summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-11-21 13:03:06 +0000
committerDarkvater <darkvater@openttd.org>2006-11-21 13:03:06 +0000
commit5471c1c50f623e35e6808d41df71109cf9afd300 (patch)
treeda7830fc1f09698727ad299f786015a568d3392a /openttd.vcproj
parentba9f22cee6b0d4a4ba0b5740e2d532c41524756d (diff)
downloadopenttd-5471c1c50f623e35e6808d41df71109cf9afd300.tar.xz
(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.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r--openttd.vcproj4
1 files changed, 2 insertions, 2 deletions
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"