From b190161160bee75fd5ac03922d4fb1ec8beeacbf Mon Sep 17 00:00:00 2001 From: blah38621_cp <36925b492f9af1e8e676baa1ba817f9639f49ec7y44YxFx5> Date: Sat, 12 May 2012 21:17:53 +0000 Subject: [PATCH] Small change to the install.bat file. --- Build/VSIP/install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/VSIP/install.bat b/Build/VSIP/install.bat index 4e0a3c988..dc198d355 100644 --- a/Build/VSIP/install.bat +++ b/Build/VSIP/install.bat @@ -11,11 +11,11 @@ cd /D %~dp0 echo Compiling cosmos set THE_OUTPUT_PATH=%CD% set ProgFiles=%ProgramFiles% -if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set "ProgFiles=%ProgramFiles(x86)% +if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set ProgFiles="%ProgramFiles(x86)%" cd /D %~dp0 cd ..\..\source -%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild Cosmos.sln /maxcpucount /verbosity:normal /nologo /p:Configuration=Bootstrap /p:Platform=x86 "/p:OutputPath=%THE_OUTPUT_PATH%" +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild Cosmos.sln /maxcpucount /verbosity:normal /nologo /p:Configuration=Bootstrap /p:Platform=x86 /p:OutputPath="%THE_OUTPUT_PATH%" rem /t:Rebuild cd ..\Build\VSIP\