]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dllar.sh
wxEVT_MOUSEWHEEL is always defined, no #if needed
[wxWidgets.git] / 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