[pango] Update pangowin32 Visual C++ project



commit 094e17cc0666206b336976f63ac8e4239f58a66c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon May 16 12:03:13 2011 +0800

    Update pangowin32 Visual C++ project
    
    Now the code links directly to usp10.lib, so add that in the project
    files.

 build/win32/vs9/pangowin32.vcproj |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs9/pangowin32.vcproj b/build/win32/vs9/pangowin32.vcproj
index 80e1f20..27a6355 100644
--- a/build/win32/vs9/pangowin32.vcproj
+++ b/build/win32/vs9/pangowin32.vcproj
@@ -39,6 +39,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="usp10.lib"
 				OutputFile="$(OutDir)\$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="..\..\..\pango\pangowin32.def"
@@ -64,6 +65,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="usp10.lib"
 				OutputFile="$(OutDir)\$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="..\..\..\pango\pangowin32.def"
@@ -94,6 +96,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="usp10.lib"
 				OutputFile="$(OutDir)\$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="..\..\..\pango\pangowin32.def"
@@ -119,6 +122,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="usp10.lib"
 				OutputFile="$(OutDir)\$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="..\..\..\pango\pangowin32.def"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]