Do not export weak symbols from DLLs, as this causes problems in debug build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2004-12-19 17:20:01 +00:00
parent a484859779
commit f8dc67b685

View File

@@ -405,7 +405,7 @@ for file in $inputFiles ; do
*!)
;;
*)
doCommand "emxexp -u $file >> $tmpdefFile"
doCommand "emxexp -u $file | grep -v weak$ >> $tmpdefFile || true"
;;
esac
done