# HG changeset patch # User darkvater # Date 1108510066 0 # Node ID ce41ea285217370aee8c7ec50bd56a2d8d157382 # Parent 4f57228228104aca3c18a607f5b56b2cb4c983ef (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. diff -r 4f5722822810 -r ce41ea285217 ttd.vcproj --- a/ttd.vcproj Mon Feb 14 22:19:56 2005 +0000 +++ b/ttd.vcproj Tue Feb 15 23:27:46 2005 +0000 @@ -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">