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.
This commit is contained in:
Chun-wei Fan 2011-04-25 15:03:01 +08:00
parent 099e1afadc
commit 13cff6ddce

View File

@ -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

"
/>
<UserMacro