summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-05-16 12:03:13 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-05-16 12:03:13 +0800
commit094e17cc0666206b336976f63ac8e4239f58a66c (patch)
tree3d91742687dea222e8004abb200177130dc0251a
parent632dbd4a7c30805cb42f632933806e6218d65ed0 (diff)
downloadpango-094e17cc0666206b336976f63ac8e4239f58a66c.tar.gz
Update pangowin32 Visual C++ project
Now the code links directly to usp10.lib, so add that in the project files.
-rw-r--r--build/win32/vs9/pangowin32.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/win32/vs9/pangowin32.vcproj b/build/win32/vs9/pangowin32.vcproj
index 80e1f205..27a6355e 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"