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 | 45425bedca8654b12e5981f4c8584ebcaa875d32 (patch) | |
tree | 1132d60a96f435e1460fc6c67ef744f1a3d33ba7 | |
parent | 8efcba81d751fef61ac26c7e1e06b365fdd39e81 (diff) | |
download | openttd-45425bedca8654b12e5981f4c8584ebcaa875d32.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"> |