Changeset - r1574:606090066e25
[Not reviewed]
master
0 1 0
darkvater - 19 years ago 2005-03-26 20:10:59
darkvater@openttd.org
(svn r2078) - VS.NET: oops, I screwed up Release compilation cause of the stupid precompiled headers; fixed now :). minlizo.c does not use any precompiled headers.
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ttd.vcproj
Show inline comments
 
@@ -36,7 +36,7 @@
 
				BufferSecurityCheck="FALSE"
 
				EnableFunctionLevelLinking="TRUE"
 
				DefaultCharIsUnsigned="TRUE"
 
				UsePrecompiledHeader="3"
 
				UsePrecompiledHeader="1"
 
				PrecompiledHeaderThrough="stdafx.h"
 
				PrecompiledHeaderFile=".\Release/ttd.pch"
 
				AssemblerOutput="2"
 
@@ -213,6 +213,12 @@
 
			</File>
 
			<File
 
				RelativePath="minilzo.c">
 
				<FileConfiguration
 
					Name="Release|Win32">
 
					<Tool
 
						Name="VCCLCompilerTool"
 
						UsePrecompiledHeader="0"/>
 
				</FileConfiguration>
 
			</File>
 
			<File
 
				RelativePath="misc.c">
0 comments (0 inline, 0 general)