projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxDir::Traverse
[wxWidgets.git]
/
distrib
/
msw
/
tmake
/
makeall.bat
diff --git
a/distrib/msw/tmake/makeall.bat
b/distrib/msw/tmake/makeall.bat
index f71ec00b8b1239f12a2c3f1aef7b3b1f0423a0e9..95f87dfcacba83baed1b2d59c156dc7083240928 100755
(executable)
--- a/
distrib/msw/tmake/makeall.bat
+++ b/
distrib/msw/tmake/makeall.bat
@@
-12,7
+12,7
@@
rem the root directory of wxWindows installation. TMAKE program should be in
rem path or, alternatively, TMAKE environment variable should be set.
rem set tmakecmd=E:\Perl\5.00471\bin\MSWin32-x86\perl.exe g:\Unix\tmake\bin\tmake
rem path or, alternatively, TMAKE environment variable should be set.
rem set tmakecmd=E:\Perl\5.00471\bin\MSWin32-x86\perl.exe g:\Unix\tmake\bin\tmake
-set tmakecmd=
c:\progra~1
\tmake\bin\tmake
+set tmakecmd=
d:\programs
\tmake\bin\tmake
if "x%WX%" == "x" goto skip
set WXDIR=%WX%
if "x%WX%" == "x" goto skip
set WXDIR=%WX%
@@
-38,6
+38,10
@@
rem this loop just doesn't want to work under command.com and cmd.exe and
rem 4nt.exe, so I preferred to unroll it.
rem for %%c in (b32 bcc dos g95 sc vc wat) %TM% -t %c% wxwin.pro -o %WXDIR%\src\msw\makefile.%c%
rem 4nt.exe, so I preferred to unroll it.
rem for %%c in (b32 bcc dos g95 sc vc wat) %TM% -t %c% wxwin.pro -o %WXDIR%\src\msw\makefile.%c%
+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 wxBase.dsp
+%tmakecmd% -t vc6base wxwin.pro -o %WXDIR%\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)...
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)...