summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-04-25 15:03:01 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-04-25 15:05:02 +0800
commit13cff6ddce3a48e713d55ad5cf7908b64efc5361 (patch)
treee9c058156c62c51b103f99ca7e148a2ead48ac0e /build
parent099e1afadcb03b559d989cf42e1bc09a9168b823 (diff)
downloadgtk+-13cff6ddce3a48e713d55ad5cf7908b64efc5361.tar.gz
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.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs9/gtk+.vsprops5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index 60b5205e2e..94ea1b6424 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&#x0D;&#
copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gtk-3.0\gdk&#x0D;&#x0A;
copy $(ConfigurationName)\$(PlatformName)\bin\*-$(GtkApiVersion).lib $(OutDir)\lib&#x0D;&#x0A;
+
+mkdir $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;
+copy ..\..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;
+echo &quot;Compiling gsettings XML File(s)...&quot;&#x0D;&#x0A;
+$(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;
"
/>
<UserMacro