]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.bat
wxMac does need radiocmn
[wxWidgets.git] / distrib / msw / tmake / makeall.bat
index 5c0ae43c458d1bbf4b8d72eb589c83b1a9a75776..986465ba157ac16981abe45e5466f842cc141877 100755 (executable)
@@ -27,7 +27,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,6 +48,7 @@ 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
+%TM% -t b32base wxwin.pro -o %WXDIR%\src\msw\makebase.b32
 echo Generating for Visual C++ 1.52...
 %TM% -t dos wxwin.pro -o %WXDIR%\src\msw\makefile.dos
 echo Generating for Borland C++ (16 bits)...