From 5354edae0b13ef50abd78fbc05e0287b0682fd28 Mon Sep 17 00:00:00 2001 From: Aldo Fregoso Date: Sat, 20 Oct 2012 04:03:49 -0500 Subject: [PATCH] Intermediate directory was not quoted. --- src/StepMania-net2011.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/StepMania-net2011.vcxproj b/src/StepMania-net2011.vcxproj index 233ad6c3fa..b86562936b 100644 --- a/src/StepMania-net2011.vcxproj +++ b/src/StepMania-net2011.vcxproj @@ -114,7 +114,7 @@ archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) +cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" _DEBUG;%(PreprocessorDefinitions) @@ -178,7 +178,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) +cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" NDEBUG;%(PreprocessorDefinitions) @@ -247,7 +247,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) +cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" _DEBUG;%(PreprocessorDefinitions) @@ -312,7 +312,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) +cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" NDEBUG;%(PreprocessorDefinitions)