]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dllar.sh
call Init() from wxBufferedDC ctors to ensure that layout direction is inherited...
[wxWidgets.git] / src / os2 / dllar.sh
index 32352cebbd6501a831c47f5031cd55388365ce99..652c940fd1bb8db20cc15eb5b25393f73a2251d1 100644 (file)
@@ -407,7 +407,7 @@ for file in $inputFiles ; do
     *)
         # we do not want to export weak symbols in general, so we filter
         # those out using grep.
-        doCommand "emxexp -u $file | grep -v weak$ >> $tmpdefFile || true"
+        doCommand "emxexp -u $file >> $tmpdefFile || true"
         ;;
     esac
 done