From aa47269273f0ea397bcb169506498a6174857592 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 24 Oct 2014 15:56:46 +0800 Subject: [PATCH] Visual Studio Builds: Link to libepoxy Patches have been submitted to the libepoxy project so that it can be built under Visual Studio. This will allow the GDK, GTK and gtk3-demo projects to build, but the gtkglarea code is not usable at this time as implementation needs to be added to the GDK-Win32 backend for it. --- build/win32/vs10/gtk-build-defines.props | 2 +- build/win32/vs9/gtk-build-defines.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/gtk-build-defines.props b/build/win32/vs10/gtk-build-defines.props index 6bc67ec2d6..9994bb3fd4 100644 --- a/build/win32/vs10/gtk-build-defines.props +++ b/build/win32/vs10/gtk-build-defines.props @@ -23,7 +23,7 @@ msvc_recommended_pragmas.h;%(ForcedIncludeFiles) - 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) + 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;epoxy.lib;%(AdditionalDependencies) $(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories) diff --git a/build/win32/vs9/gtk-build-defines.vsprops b/build/win32/vs9/gtk-build-defines.vsprops index 733474de4c..147dba1085 100644 --- a/build/win32/vs9/gtk-build-defines.vsprops +++ b/build/win32/vs9/gtk-build-defines.vsprops @@ -15,7 +15,7 @@ />