From f8dc67b68519f4244e9d1350c6c4b64b95ab9429 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 19 Dec 2004 17:20:01 +0000 Subject: [PATCH] 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 --- src/os2/dllar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os2/dllar.sh b/src/os2/dllar.sh index 99463171d9..66e1e8096e 100644 --- a/src/os2/dllar.sh +++ b/src/os2/dllar.sh @@ -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 -- 2.45.2