- remove 7z.exe from svn and make of the build script for windows

This commit is contained in:
Mark Vejvoda 2011-05-03 10:20:50 +00:00
parent c94eb32bd8
commit eb339956ee
2 changed files with 5 additions and 1 deletions

View File

@ -3,4 +3,4 @@
rem if not exist ..\..\data\glest_game\dsound.dll copy dsound.dll ..\..\data\glest_game\
if not exist ..\..\data\glest_game\xerces-c_3_0.dll copy ..\..\source\win32_deps\bin\xerces-c_3_0.dll ..\..\data\glest_game\
pause
if not "%1" == "nopause" pause

View File

@ -5,6 +5,10 @@ ECHO --------------------------------
ECHO Changing to build folder [%~dp0]
cd /d "%~dp0"
ECHO Checking for windows binary runtime tools...
if NOT EXIST "..\..\data\glest_game\7z.exe" cscript getTools.vbs
call CopyWindowsRuntimeDlls.bat nopause
rem setup the Visual Studio 2008 environment
ECHO --------------------------------
ECHO Setting up Visual Studio 2008 environment vars...