]> git.saurik.com Git - wxWidgets.git/commitdiff
Wrong version checked in last time, this time we really:
authorStefan Neis <Stefan.Neis@t-online.de>
Thu, 16 Nov 2006 08:00:54 +0000 (08:00 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Thu, 16 Nov 2006 08:00:54 +0000 (08:00 +0000)
- avoid problems when calling lxlite on unix style filenames (starting /).
- rely on default compression options when calling lxlite.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/dllar.sh

index 274a5554674ac213ac787795f6bbe90c663be5e0..2dd495b9b6fb674517cd275e47248234c45c3035 100644 (file)
@@ -466,7 +466,7 @@ if [ $flag_USE_LXLITE -ne 0 ]; then
     if [ $EXPORT_BY_ORDINALS -ne 0 ]; then
         add_flags="-ynd"
     fi
-    doCommand "lxlite -cs -t: -mrn -mln $add_flags \"$dllFile\""
+    doCommand "lxlite -cs -t: $add_flags `echo $dllFile | sed 's/\//\\\\/g'`"
 fi
 
 #New version of emxomf do no longer want the "-l" flag