From 0e44b32a588cbf693f606684464ad607d1dffd08 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 29 Aug 2002 00:36:50 +0000 Subject: [PATCH] Gross. VC7 calculates dependencies *after* the pre-build rule (so it's not really pre-build), so after a build, it thinks verstub.cpp has been modified. So we get to use the same build hack here, too. --- stepmania/src/StepMania.vcproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/stepmania/src/StepMania.vcproj b/stepmania/src/StepMania.vcproj index d8b7beebd3..0f2ad3dde3 100644 --- a/stepmania/src/StepMania.vcproj +++ b/stepmania/src/StepMania.vcproj @@ -41,6 +41,7 @@ + CommandLine="verinc +cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\"/> + CommandLine="verinc +cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\"/> - -