[gtk+] VS2008 support: Process filechooser gsettings xml
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] VS2008 support: Process filechooser gsettings xml
- Date: Mon, 25 Apr 2011 06:51:32 +0000 (UTC)
commit 13cff6ddce3a48e713d55ad5cf7908b64efc5361
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Apr 25 15:03:01 2011 +0800
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 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index 60b5205..94ea1b6 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

"
/>
<UserMacro
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]