]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.bat
fixed off by one error in wxXPMDecoder::ReadFile
[wxWidgets.git] / distrib / msw / tmake / makeall.bat
index 95f87dfcacba83baed1b2d59c156dc7083240928..7da6709cfa50bbe8f6c9199e7a0e9f9801f7beaf 100755 (executable)
@@ -58,7 +58,9 @@ 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 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 os2 wxwin.pro -o %WXDIR%\src\os2\files.lst
 :end