X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5627cd855219dbf008950d87a988019b6be7a30..6aeb6f2a5810694b5241eb267d71dab4848cf8bb:/distrib/msw/tmake/makeall.bat diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 4763cb4f71..555802b9be 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -12,7 +12,9 @@ rem the root directory of wxWindows installation. TMAKE program should be in rem path or, alternatively, TMAKE environment variable should be set. rem set tmakecmd=E:\Perl\5.00471\bin\MSWin32-x86\perl.exe g:\Unix\tmake\bin\tmake -set tmakecmd=d:\programs\tmake\bin\tmake +Rem set tmakecmd=d:\programs\tmake\bin\tmake +Rem Let's assume that you have tmake in your PATH +set tmakecmd=tmake if "x%WX%" == "x" goto skip set WXDIR=%WX% @@ -62,9 +64,12 @@ echo Generating for Watcom C++... %tmakecmd% -t wat wxwin.pro -o %WXDIR%\src\msw\makefile.wat echo Generating for Unix and Configure... %tmakecmd% -t gtk wxwin.pro -o %WXDIR%\src\gtk\files.lst +%tmakecmd% -t mgl wxwin.pro -o %WXDIR%\src\mgl\files.lst +%tmakecmd% -t micro wxwin.pro -o %WXDIR%\src\microwin\files.lst %tmakecmd% -t univ wxwin.pro -o %WXDIR%\src\univ\files.lst %tmakecmd% -t msw wxwin.pro -o %WXDIR%\src\msw\files.lst %tmakecmd% -t mac wxwin.pro -o %WXDIR%\src\mac\files.lst %tmakecmd% -t motif wxwin.pro -o %WXDIR%\src\motif\files.lst +%tmakecmd% -t x11 wxwin.pro -o %WXDIR%\src\x11\files.lst %tmakecmd% -t os2 wxwin.pro -o %WXDIR%\src\os2\files.lst :end