]> git.saurik.com Git - wxWidgets.git/commitdiff
added mgl.t to makeall.sh
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 22:54:43 +0000 (22:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 22:54:43 +0000 (22:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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