diff options
author | darkvater <darkvater@openttd.org> | 2005-03-26 20:10:59 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-03-26 20:10:59 +0000 |
commit | 76867504149b9179cbd70f2f981ac5a85d90ce53 (patch) | |
tree | 1132d60a96f435e1460fc6c67ef744f1a3d33ba7 | |
parent | f4ee2c2711a338624c02155c2be8e96ca7b423dc (diff) | |
download | openttd-76867504149b9179cbd70f2f981ac5a85d90ce53.tar.xz |
(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.
-rw-r--r-- | ttd.vcproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ttd.vcproj b/ttd.vcproj index a097e0186..de43463d3 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -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"> |