(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)
authorDarkvater
Sun, 03 Dec 2006 19:07:20 +0000
changeset 5223 9e36a3d5fdb4
parent 5222 66a48f112460
child 5224 df36f84cbb6c
(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)
openttd.vcproj
--- a/openttd.vcproj	Sun Dec 03 19:03:38 2006 +0000
+++ b/openttd.vcproj	Sun Dec 03 19:07:20 2006 +0000
@@ -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"