(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.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
OutputFile=".\$(ConfigurationName)\openttd.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreDefaultLibraryNames="LIBC.lib"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\$(ConfigurationName)\openttd.pdb"
|
||||
SubSystem="2"
|
||||
@@ -310,7 +310,7 @@
|
||||
OutputFile=".\$(ConfigurationName)\openttd.exe"
|
||||
LinkIncremental="0"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreDefaultLibraryNames="LIBC.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\$(ConfigurationName)\openttd.pdb"
|
||||
SubSystem="2"
|
||||
|
||||
Reference in New Issue
Block a user