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 &# 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 " />