]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
pass correct key code in TREE_KEY_DOWN event
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 51b96dc7e615b7cc49c7087ac92196974b65ecbd..0effc4fe91e8bd42bbdf6c7cd58993b305286dcb 100755 (executable)
@@ -73,6 +73,10 @@ do
        unx.t)
            echo "Generating $topdir/src/os2/files.lst for OS/2 PM and Configure..."
            tmake -t os2 wxwin.pro -o $topdir/src/os2/files.lst;;
+
+       mgl.t)
+           echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
+           tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
     esac
 done