mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +02:00
- remove 7z.exe from svn and make of the build script for windows
This commit is contained in:
@@ -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
|
||||
|
@@ -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...
|
||||
|
Reference in New Issue
Block a user