summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-12-03 19:07:20 +0000
committerDarkvater <darkvater@openttd.org>2006-12-03 19:07:20 +0000
commit6d154ce5f8cf63baeaefe82d0604e868c684427a (patch)
tree8670ab6ae20f8acee92a6e30afc6027c62728266 /openttd.vcproj
parent1dd14cb9320c7c6ad78a74dc9983aefc2adc5987 (diff)
downloadopenttd-6d154ce5f8cf63baeaefe82d0604e868c684427a.tar.xz
(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)
Diffstat (limited to 'openttd.vcproj')
-rw-r--r--openttd.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index 86430a654..93251b6a1 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -121,7 +121,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="unicows.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype.lib"
+ AdditionalDependencies="unicows.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.lib"
OutputFile=".\Debug/openttd.exe"
LinkIncremental="0"
SuppressStartupBanner="TRUE"