summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2010-11-09 12:13:17 +0800
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-09 16:18:16 +0900
commitfb1a9d8c0d0c8be91bcf69c0c1363b36dfe2f0b4 (patch)
tree0983c90e285f8aad97621081aa893265a471a86e /build
parent2fd00b9af306f62885d4ab11cd1a1d7c7ebf0132 (diff)
downloadgtk+-fb1a9d8c0d0c8be91bcf69c0c1363b36dfe2f0b4.tar.gz
gdk.vcprojin: Include .rc file and fixed linker settings
-Added the missed gdk.rc file -Made up for missed libraries required for link for configs other than Debug|win32
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs9/gdk.vcprojin7
1 files changed, 4 insertions, 3 deletions
diff --git a/build/win32/vs9/gdk.vcprojin b/build/win32/vs9/gdk.vcprojin
index 12bfd047e0..60e0edea6d 100644
--- a/build/win32/vs9/gdk.vcprojin
+++ b/build/win32/vs9/gdk.vcprojin
@@ -72,7 +72,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="cairo.lib"
+ AdditionalDependencies="cairo.lib pango-1.0.lib pangocairo-1.0.lib imm32.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\gdk.def"
@@ -107,7 +107,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="cairo.lib"
+ AdditionalDependencies="cairo.lib pango-1.0.lib pangocairo-1.0.lib imm32.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\gdk.def"
@@ -137,7 +137,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="cairo.lib"
+ AdditionalDependencies="cairo.lib pango-1.0.lib pangocairo-1.0.lib imm32.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\gdk.def"
@@ -208,6 +208,7 @@
/>
</FileConfiguration>
</File>
+ <File RelativePath="..\..\..\gdk\win32\rc\gdk.rc" />
</Filter>
<Filter
Name="Source Files"