X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1725144d377011e07addaeb5ac4865c44f9251b2..65e508482777277c429b8c522e1ff8050ff5cdc7:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 269a06e4ef..39d15ef158 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -73,7 +73,7 @@ do micro.t) echo "Generating $topdir/src/micro/files.lst for MicroWindows and Configure..." - tmake -t micro wxwin.pro -o $topdir/src/micro/files.lst;; + tmake -t micro wxwin.pro -o $topdir/src/microwin/files.lst;; msw.t) echo "Generating $topdir/src/msw/files.lst for MSW and Configure..." @@ -99,6 +99,10 @@ do echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..." tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;; + x11.t) + echo "Generating $topdir/src/x11/files.lst for X11 and Configure..." + tmake -t x11 wxwin.pro -o $topdir/src/x11/files.lst;; + watmgl.t) echo "Generating $topdir/src/mgl/makefile.wat for Watcom C++ and MGL+DOS..." tmake -t watmgl wxwin.pro -o $topdir/src/mgl/makefile.wat;;