summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-09-26 02:29:34 +0000
committerbelugas <belugas@openttd.org>2007-09-26 02:29:34 +0000
commit94ab1747765c430f253c337b0fff6674430f57c3 (patch)
treea954fa2f87c499186c6b31bee7b7c769ed3cafbf /projects
parent41ecae2783dde9308e188579fe55b5aa8611beab (diff)
downloadopenttd-94ab1747765c430f253c337b0fff6674430f57c3.tar.xz
(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs80.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 59be50597..538263ba6 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -314,7 +314,7 @@
AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.lib"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="LIBCMT.lib;LIBC.lib"
+ IgnoreDefaultLibraryNames="LIBCMT.lib"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"