From: Gilles Depeyrot Date: Sun, 7 Oct 2001 16:48:43 +0000 (+0000) Subject: added automatic generation of files.lst for wxMac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9b86543d9285ad058f1e4ca1c6671e9307eb00cc added automatic generation of files.lst for wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 1d777623a1..7da6709cfa 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -60,6 +60,7 @@ 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