X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..bb0e27ee5af4f92e3ed7651a41ba9171fd997759:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 51b96dc7e6..0effc4fe91 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -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