From 2ebe35ec4a826bb4c7b02f5596a4758ac402ec9d Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 28 May 2011 16:18:28 -0400 Subject: [PATCH] Make this a one-liner. Thanks to henke37 for the fix. --- src/StepMania-net2010.vcxproj | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/StepMania-net2010.vcxproj b/src/StepMania-net2010.vcxproj index 73fde6e785..18049e0752 100644 --- a/src/StepMania-net2010.vcxproj +++ b/src/StepMania-net2010.vcxproj @@ -96,9 +96,7 @@ - archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - + archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" _DEBUG;%(PreprocessorDefinitions) @@ -155,9 +153,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - + archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" NDEBUG;%(PreprocessorDefinitions) @@ -221,9 +217,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - + archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" _DEBUG;%(PreprocessorDefinitions) @@ -280,9 +274,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - archutils\Win32\verinc -cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - + archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" NDEBUG;%(PreprocessorDefinitions)