X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cb148413195c3256afe854236739d8f90999e55..d69225772ad1ff3952a3ee74055dc93f85c13812:/distrib/msw/makeall.bat diff --git a/distrib/msw/makeall.bat b/distrib/msw/makeall.bat index 6920426715..5823cede55 100755 --- a/distrib/msw/makeall.bat +++ b/distrib/msw/makeall.bat @@ -1,5 +1,5 @@ Rem @echo off -Rem This script compiles wxWindows and some samples/demos with +Rem This script compiles wxWidgets and some samples/demos with Rem a range of compilers. Rem Note that it currently uses batch scripts local to Julian Smart's machine, Rem to set up the environment correctly. @@ -19,7 +19,7 @@ Rem The following line is for a specific environment -- edit, or comment out Rem Not working in 4NT? Rem if not %@INDEX["%WXDIR%","wx2stable"] == "-1" set FATWXWIN=c:\wx2sta~1\wxwind~1 -echo Full wxWindows path is %FULLWXWIN%, FAT path is %FATWXWIN% +echo Full wxWidgets path is %FULLWXWIN%, FAT path is %FATWXWIN% set BUILDDEST=%TEMP%\wxWinBuild Rem Only carry on if we haven't specified a single target set CARRYON=0 @@ -50,7 +50,7 @@ erase /S *.exe cd %WXDIR%\utils\tex2rtf\src erase /S *.exe -echo Starting wxWindows build at %_TIME, %_DATE +echo Starting wxWidgets build at %_TIME, %_DATE Rem First, VC++ 6. @@ -490,7 +490,7 @@ echo =================== Rem Set up the environment call msvc1 -Rem Needs full wxWindows path for making libraries +Rem Needs full wxWidgets path for making libraries set WXWIN=%FULLWXWIN% echo *** VC++ Debug *** @@ -504,7 +504,7 @@ erase /F /Y %BUILDDEST%\VC1Debug Rem Make one sample, just to make sure Debug mode is OK cd %WXDIR%\samples\minimal nmake -f makefile.dos clean -Rem Needs FAT wxWindows path for making executables +Rem Needs FAT wxWidgets path for making executables set WXWIN=%FATWXWIN% nmake -f makefile.dos @@ -514,7 +514,7 @@ nmake -f makefile.dos clean cd %WXDIR%\src\msw nmake -f makefile.dos cleanall -Rem Needs full wxWindows path for making libraries +Rem Needs full wxWidgets path for making libraries set WXWIN=%FULLWXWIN% echo *** VC++ Release *** @@ -529,7 +529,7 @@ Rem Make one sample, just to make sure Release mode is OK cd %WXDIR%\samples\minimal nmake -f makefile.dos clean nmake -f makefile.dos FINAL=1 -Rem Needs FAT wxWindows path for making executables +Rem Needs FAT wxWidgets path for making executables set WXWIN=%FATWXWIN% nmake -f makefile.dos FINAL=1 copy minimal.exe /S %BUILDDEST%\VC1Release @@ -591,5 +591,5 @@ make -f makefile.bcc cleanall FINAL=1 :end -echo Finished wxWindows build at %_TIME, %_DATE +echo Finished wxWidgets build at %_TIME, %_DATE