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:
@@ -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
|
||||
|
Reference in New Issue
Block a user