From 5471c1c50f623e35e6808d41df71109cf9afd300 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 21 Nov 2006 13:03:06 +0000 Subject: (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded library in for VS2005, resulting in unlinkable code for Release builds. --- openttd.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openttd.vcproj') diff --git a/openttd.vcproj b/openttd.vcproj index 4399b9f35..d42356e2b 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -58,7 +58,7 @@ OutputFile=".\Release/openttd.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="LIBC.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Release/openttd.pdb" SubSystem="2" @@ -125,7 +125,7 @@ OutputFile=".\Debug/openttd.exe" LinkIncremental="0" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="LIBC.lib" + IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/openttd.pdb" SubSystem="2" -- cgit v1.2.3-54-g00ecf