From 373b8de3acbd8cc4f64450988213ae75a0d2e8d1 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 25 Apr 2011 15:12:10 +0800 Subject: [PATCH] VS2008 support: Process filechooser gsettings xml This will copy the xml file and compile it so that the GTK+3 filechooser can be used on Windows, especially the MSVC-compiled versions. --- build/win32/vs9/gtk+.vsprops | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops index 591b892563..b81b7d8cff 100644 --- a/build/win32/vs9/gtk+.vsprops +++ b/build/win32/vs9/gtk+.vsprops @@ -319,6 +319,11 @@ copy ..\..\..\gtk\gtkwindow.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk &# copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gtk-3.0\gdk copy $(ConfigurationName)\$(PlatformName)\bin\*-$(GtkApiVersion).lib $(OutDir)\lib + +mkdir $(OutDir)\share\glib-2.0\schemas +copy ..\..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(OutDir)\share\glib-2.0\schemas +echo "Compiling gsettings XML File(s)..." +$(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas " />