]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dllar.sh
add parentheses for && inside || to fix g++ 4.3 warning
[wxWidgets.git] / src / os2 / dllar.sh
index 652c940fd1bb8db20cc15eb5b25393f73a2251d1..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