X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7061e3dc03a356d5286a58bdadae138bf45a96a..445365141a2b028acbd779aa352bf664d930cfb5:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 7b12de560a..39d15ef158 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -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;;