*)
# 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
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