From 2fde84f93c9509ce2a885de900e5f2816a435000 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 20 Apr 2012 02:26:32 +0000 Subject: [PATCH] - updated vc++ 2010 build file --- mk/windoze/build-mg-2010.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/windoze/build-mg-2010.bat b/mk/windoze/build-mg-2010.bat index 531b3c86..fb4a6127 100644 --- a/mk/windoze/build-mg-2010.bat +++ b/mk/windoze/build-mg-2010.bat @@ -8,8 +8,8 @@ cd /d "%~dp0" ECHO Checking for windows binary runtime tools... if NOT EXIST "..\..\data\glest_game\7z.exe" cscript getTools.vbs if NOT EXIST "..\..\data\glest_game\7z.dll" cscript getTools.vbs -if NOT EXIST "..\..\source\windows_deps\nul" cscript getVC2010Deps.vbs -if NOT EXIST "..\..\source\windows_deps\nul" call "..\..\data\glest_game\7z.exe" x ..\..\source\windows_deps.7z +if NOT EXIST ..\..\source\windows_deps\NUL cscript getVC2010Deps.vbs +if NOT EXIST ..\..\source\windows_deps\NUL call "..\..\data\glest_game\7z.exe" x ..\..\source\windows_deps.7z call CopyWindowsRuntimeDlls.bat nopause