diff options
author | darkvater <darkvater@openttd.org> | 2005-02-15 23:27:46 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-02-15 23:27:46 +0000 |
commit | 9cfe28aee826e9350a8924bf4eb4edd0470cd55f (patch) | |
tree | c0441cc859a89f1d379c8d56c19d45bef75b6387 | |
parent | c17c743ed46caf0fa0d8e5c2883becdece13c1e8 (diff) | |
download | openttd-9cfe28aee826e9350a8924bf4eb4edd0470cd55f.tar.xz |
(svn r1878) - Change: MSVC.NET project file, remove WITH_SDL since it is really unneeded from windows builds. And put back 'treat warnings as errors' flag.
-rw-r--r-- | ttd.vcproj | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ttd.vcproj b/ttd.vcproj index 5d5673c17..643ab8f40 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -28,7 +28,7 @@ FavorSizeOrSpeed="2"
OmitFramePointers="TRUE"
OptimizeForProcessor="1"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_SDL;WITH_ZLIB;WITH_PNG"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG"
StringPooling="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="4"
@@ -45,7 +45,7 @@ ProgramDataBaseFileName=".\Release/"
BrowseInformation="1"
WarningLevel="3"
- WarnAsError="FALSE"
+ WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
CompileAs="1"/>
@@ -119,7 +119,7 @@ ProgramDataBaseFileName=".\Checked/"
BrowseInformation="1"
WarningLevel="3"
- WarnAsError="FALSE"
+ WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
CallingConvention="1"
@@ -174,7 +174,6 @@ CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/D "WITH_SDL""
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WITH_ZLIB;WITH_PNG"
BasicRuntimeChecks="3"
@@ -186,7 +185,7 @@ ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
- WarnAsError="FALSE"
+ WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
|