]> git.saurik.com Git - wxWidgets.git/commitdiff
Do not export weak symbols from DLLs, as this causes problems in debug build
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 19 Dec 2004 17:20:01 +0000 (17:20 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 19 Dec 2004 17:20:01 +0000 (17:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/dllar.sh

index 99463171d9c796a8216101740c9a49cb0b10d69a..66e1e8096e973494ff6591740232806fa072445d 100644 (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
         ;;
     esac
 done