summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-03-25 20:15:00 +0000
committerdarkvater <darkvater@openttd.org>2005-03-25 20:15:00 +0000
commited26914fa7d09db066955e622bc4102fd97a41c6 (patch)
treed0a8f35b629e25951dbff2954d307384c339eba2 /strgen
parent017a60aa3c84cf490e4a8143d71f8b92958e67c0 (diff)
downloadopenttd-ed26914fa7d09db066955e622bc4102fd97a41c6.tar.xz
(svn r2070) - VS.NET: remove all superflouos file compilation directives (inherit setting from project defaults), except for w32dm.c which has to be C++.
Diffstat (limited to 'strgen')
-rw-r--r--strgen/strgen.vcproj38
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>