(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.
authordarkvater
Sat, 26 Mar 2005 20:10:59 +0000
changeset 1574 f3c11b48b9fb
parent 1573 a9882fd3c8fc
child 1575 1f403d3c354f
(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.
ttd.vcproj
--- a/ttd.vcproj	Sat Mar 26 18:12:58 2005 +0000
+++ b/ttd.vcproj	Sat Mar 26 20:10:59 2005 +0000
@@ -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">