From d7f88eb1ddde88560e9e4b8f802fe7d93a004f73 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 28 Aug 2002 23:48:47 +0000 Subject: [PATCH] exception handling is overridden on the commandline, so turn it off here (to silence a warning) --- stepmania/src/StepMania.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/StepMania.vcproj b/stepmania/src/StepMania.vcproj index 0b80257332..69787f6ff6 100644 --- a/stepmania/src/StepMania.vcproj +++ b/stepmania/src/StepMania.vcproj @@ -92,6 +92,7 @@ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,RELEASE" StringPooling="TRUE" MinimalRebuild="FALSE" + ExceptionHandling="FALSE" RuntimeLibrary="0" BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="FALSE"