From 5620d8de24e4c8600e2d8a58c480cfa60d601053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 1 Aug 2001 22:54:43 +0000 Subject: [PATCH] added mgl.t to makeall.sh git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/makeall.sh | 4 ++++ 1 file changed, 4 insertions(+) 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