diff options
Diffstat (limited to 'strgen')
-rw-r--r-- | strgen/strgen.vcproj | 38 |
1 files changed, 3 insertions, 35 deletions
diff --git a/strgen/strgen.vcproj b/strgen/strgen.vcproj index 82c7d0019..ad425f76b 100644 --- a/strgen/strgen.vcproj +++ b/strgen/strgen.vcproj @@ -24,6 +24,7 @@ InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" StringPooling="TRUE" + ExceptionHandling="FALSE" RuntimeLibrary="2" StructMemberAlignment="3" EnableFunctionLevelLinking="TRUE" @@ -32,7 +33,8 @@ ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" WarningLevel="3" - SuppressStartupBanner="TRUE"/> + SuppressStartupBanner="TRUE" + CallingConvention="1"/> <Tool Name="VCCustomBuildTool"/> <Tool @@ -135,43 +137,9 @@ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File RelativePath="stdafx.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - ExceptionHandling="FALSE" - CallingConvention="1"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> - </FileConfiguration> </File> <File RelativePath="strgen.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - ExceptionHandling="FALSE" - CallingConvention="1"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> - </FileConfiguration> </File> </Filter> </Files> |