Changeset - r7146:df549147f2bb
[Not reviewed]
master
0 2 0
KUDr - 17 years ago 2007-07-03 23:07:33
kudr@openttd.org
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -77,7 +77,7 @@
 
				BrowseInformation="1"
 
				BrowseInformationFile="$(IntDir)/"
 
				WarningLevel="3"
 
				WarnAsError="true"
 
				WarnAsError="false"
 
				SuppressStartupBanner="true"
 
				DebugInformationFormat="3"
 
				CallingConvention="1"
 
@@ -285,7 +285,7 @@
 
				ObjectFile="$(IntDir)/"
 
				ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
 
				WarningLevel="3"
 
				WarnAsError="true"
 
				WarnAsError="false"
 
				SuppressStartupBanner="true"
 
				Detect64BitPortabilityProblems="false"
 
				DebugInformationFormat="4"
projects/openttd_vs80.vcproj.in
Show inline comments
 
@@ -77,7 +77,7 @@
 
				BrowseInformation="1"
 
				BrowseInformationFile="$(IntDir)/"
 
				WarningLevel="3"
 
				WarnAsError="true"
 
				WarnAsError="false"
 
				SuppressStartupBanner="true"
 
				DebugInformationFormat="3"
 
				CallingConvention="1"
 
@@ -285,7 +285,7 @@
 
				ObjectFile="$(IntDir)/"
 
				ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
 
				WarningLevel="3"
 
				WarnAsError="true"
 
				WarnAsError="false"
 
				SuppressStartupBanner="true"
 
				Detect64BitPortabilityProblems="false"
 
				DebugInformationFormat="4"
0 comments (0 inline, 0 general)