Browse Source

Upgrade vcproj to use latest version of freetype.

Lloyd Weehuizen 15 years ago
parent
commit
42fc8d88f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Build/RocketCore.vcproj

+ 2 - 2
Build/RocketCore.vcproj

@@ -54,7 +54,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="freetype241MT_D.lib"
+				AdditionalDependencies="freetype243MT_D.lib"
 				OutputFile="..\bin\$(ProjectName)_d.dll"
 				AdditionalLibraryDirectories="..\..\support\lib"
 				RandomizedBaseAddress="1"
@@ -120,7 +120,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="freetype241MT.lib"
+				AdditionalDependencies="freetype243MT.lib"
 				OutputFile="..\bin\$(ProjectName).dll"
 				AdditionalLibraryDirectories="..\..\support\lib"
 				RandomizedBaseAddress="1"