Update pangowin32 Visual C++ project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 04:03:13 +0000 (12:03 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 04:03:13 +0000 (12:03 +0800)
Now the code links directly to usp10.lib, so add that in the project
files.

build/win32/vs9/pangowin32.vcproj

index 80e1f20..27a6355 100644 (file)
@@ -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"
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               AdditionalDependencies="usp10.lib"
                                OutputFile="$(OutDir)\$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll"
                                LinkIncremental="2"
                                ModuleDefinitionFile="..\..\..\pango\pangowin32.def"