From 7a032ecdfe0bcdc3c8c43499fe8027aab1cd8b0c Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 20 Jun 2011 17:05:00 +0800 Subject: [PATCH] Update VS property sheets As Cairo and Cairo-GObject are often built as two seperate DLLs/modules, set the property sheets to link to both libraries, instead of using the previous approach where a monolithic Cairo DLL which contains GObject support is used. --- build/win32/vs10/gtk+.props | 2 +- build/win32/vs9/gtk+.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props index 516bb06948..5623854177 100644 --- a/build/win32/vs10/gtk+.props +++ b/build/win32/vs10/gtk+.props @@ -560,7 +560,7 @@ $(CopyDir)\bin\glib-compile-schemas.exe $(CopyDir)\share\glib-2.0\schemas msvc_recommended_pragmas.h;%(ForcedIncludeFiles) - pangocairo-1.0.lib;cairo.lib;pango-1.0.lib;gdk_pixbuf-2.0.lib;gio-2.0.lib;gmodule-2.0.lib;gobject-2.0.lib;glib-2.0.lib;intl.lib;%(AdditionalDependencies) + pangocairo-1.0.lib;cairo.lib;cairo-gobject.lib;pango-1.0.lib;gdk_pixbuf-2.0.lib;gio-2.0.lib;gmodule-2.0.lib;gobject-2.0.lib;glib-2.0.lib;intl.lib;%(AdditionalDependencies) $(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories) diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops index 94ea1b6424..82a129a549 100644 --- a/build/win32/vs9/gtk+.vsprops +++ b/build/win32/vs9/gtk+.vsprops @@ -14,7 +14,7 @@ />