(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.
This commit is contained in:
		| @@ -36,7 +36,7 @@ | |||||||
| 				BufferSecurityCheck="FALSE" | 				BufferSecurityCheck="FALSE" | ||||||
| 				EnableFunctionLevelLinking="TRUE" | 				EnableFunctionLevelLinking="TRUE" | ||||||
| 				DefaultCharIsUnsigned="TRUE" | 				DefaultCharIsUnsigned="TRUE" | ||||||
| 				UsePrecompiledHeader="3" | 				UsePrecompiledHeader="1" | ||||||
| 				PrecompiledHeaderThrough="stdafx.h" | 				PrecompiledHeaderThrough="stdafx.h" | ||||||
| 				PrecompiledHeaderFile=".\Release/ttd.pch" | 				PrecompiledHeaderFile=".\Release/ttd.pch" | ||||||
| 				AssemblerOutput="2" | 				AssemblerOutput="2" | ||||||
| @@ -213,6 +213,12 @@ | |||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="minilzo.c"> | 				RelativePath="minilzo.c"> | ||||||
|  | 				<FileConfiguration | ||||||
|  | 					Name="Release|Win32"> | ||||||
|  | 					<Tool | ||||||
|  | 						Name="VCCLCompilerTool" | ||||||
|  | 						UsePrecompiledHeader="0"/> | ||||||
|  | 				</FileConfiguration> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="misc.c"> | 				RelativePath="misc.c"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 darkvater
					darkvater