X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..0a68bc69086f122b9f7166f505c415db9ee21afe:/distrib/msw/tmake/makeall.bat?ds=inline diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 1d777623a1..c761ef7ec9 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -40,8 +40,12 @@ rem for %%c in (b32 bcc dos g95 sc vc wat) %TM% -t %c% wxwin.pro -o %WXDIR%\src\ echo Generating for for Visual C++ 6.0 wxBase C++ (32 bits)... %tmakecmd% -t basevc wxwin.pro -o %WXDIR%\src\msw\makebase.vc +echo Generating for for Visual C++ 6.0 wxWindows.dsp +%tmakecmd% -t vc6msw wxwin.pro -o %WXDIR%\src\wxWindows.dsp +echo Generating for for Visual C++ 6.0 wxUniv.dsp +%tmakecmd% -t vc6univ wxwin.pro -o %WXDIR%\src\wxUniv.dsp echo Generating for for Visual C++ 6.0 wxBase.dsp -%tmakecmd% -t vc6base wxwin.pro -o %WXDIR%\wxBase.dsp +%tmakecmd% -t vc6base wxwin.pro -o %WXDIR%\src\wxBase.dsp echo Generating for Visual C++ 4.0... %tmakecmd% -t vc wxwin.pro -o %WXDIR%\src\msw\makefile.vc echo Generating for Borland C++ (32 bits)... @@ -58,8 +62,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\micro\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