X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cffa15b8e38c03e36075a0e727d7fe6a136261b..f0facad09d3633455d338cba9036df6922c98cb4:/src/os2/dllar.sh diff --git a/src/os2/dllar.sh b/src/os2/dllar.sh old mode 100644 new mode 100755 index 32352cebbd..2dd495b9b6 --- a/src/os2/dllar.sh +++ b/src/os2/dllar.sh @@ -407,7 +407,7 @@ for file in $inputFiles ; do *) # we do not want to export weak symbols in general, so we filter # those out using grep. - doCommand "emxexp -u $file | grep -v weak$ >> $tmpdefFile || true" + doCommand "emxexp -u $file >> $tmpdefFile || true" ;; esac done @@ -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