1 --- solenv/bin/modules/installer/parameter.pm.old 2009-04-02 10:53:08.000000000 +0000
2 +++ solenv/bin/modules/installer/parameter.pm 2009-04-06 16:41:55.000000000 +0000
3 @@ -69,6 +69,7 @@ The following parameter are needed:
4 -format: Package format
5 -debian: Create Debian packages for Linux
6 -dontunzip: do not unzip all files with flag ARCHIVE
7 +-dontstrip : do not strip binaries, keep the debugging symbols
8 -dontcallepm : do not call epm to create install sets (opt., non-Windows only)
9 -ispatchedepm : Usage of a patched (non-standard) epm (opt., non-Windows only)
10 -copyproject : is set for projects that are only used for copying (optional)
11 @@ -150,6 +151,7 @@ sub getparameter
12 elsif ($param eq "-u") { $installer::globals::unpackpath = shift(@ARGV); }
13 elsif ($param eq "-i") { $installer::globals::rootpath = shift(@ARGV); }
14 elsif ($param eq "-dontcallepm") { $installer::globals::call_epm = 0; }
15 + elsif ($param eq "-dontstrip") { $installer::globals::strip = 0; }
16 elsif ($param eq "-msitemplate") { $installer::globals::idttemplatepath = shift(@ARGV); }
17 elsif ($param eq "-msilanguage") { $installer::globals::idtlanguagepath = shift(@ARGV); }
18 elsif ($param eq "-patchinc") { $installer::globals::patchincludepath = shift(@ARGV); }