]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.bat
Temporary ugly trick to make release for OpenWatcom possible.
[wxWidgets.git] / distrib / msw / tmake / makeall.bat
index 5c0ae43c458d1bbf4b8d72eb589c83b1a9a75776..7a1484c0b5c33bfd526dd94b1233d9544f97f506 100755 (executable)
@@ -4,6 +4,7 @@ rem Purpose:   create wxWindows makefiles for all compilers
 rem Author:    Vadim Zeitlin
 rem Created:   14.07.99
 rem Copyright: (c) 1999 Vadim Zeitlin
+rem Licence:   wxWindows Licence
 rem Version:   $Id$
 rem
 rem Makefile to create the makefiles for all compilers from the templates using
@@ -27,7 +28,7 @@ goto end
 :ok
 rem Let's assume that you have tmake in your PATH but let override it with
 rem TMAKE env var
-set TM=tmake
+set TM=call tmake
 if "x%TMAKE%" == "x" goto skip2
 set TM=%TMAKE%
 
@@ -48,14 +49,11 @@ echo Generating for Visual C++ 4.0...
 %TM% -t vc wxwin.pro -o %WXDIR%\src\msw\makefile.vc
 echo Generating for Borland C++ (32 bits)...
 %TM% -t b32 wxwin.pro -o %WXDIR%\src\msw\makefile.b32
-echo Generating for Visual C++ 1.52...
-%TM% -t dos wxwin.pro -o %WXDIR%\src\msw\makefile.dos
+%TM% -t b32base wxwin.pro -o %WXDIR%\src\msw\makebase.b32
 echo Generating for Borland C++ (16 bits)...
 %TM% -t bcc wxwin.pro -o %WXDIR%\src\msw\makefile.bcc
 echo Generating for Cygwin/Mingw32
 %TM% -t g95 wxwin.pro -o %WXDIR%\src\msw\makefile.g95
-echo Generating for Symantec C++...
-%TM% -t sc wxwin.pro -o %WXDIR%\src\msw\makefile.sc
 echo Generating for Watcom C++...
 %TM% -t wat wxwin.pro -o %WXDIR%\src\msw\makefile.wat
 echo Generating for Unix and Configure...