[gtk+] Update Visual C++ property sheets
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Update Visual C++ property sheets
- Date: Sat, 7 Jan 2012 03:22:03 +0000 (UTC)
commit b40d16972f61d60e54b00ccd097087e52334bf73
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Sat Jan 7 11:21:46 2012 +0800
Update Visual C++ property sheets
"Install" (and hence compile with glib-compile-schemas.exe) the new
org.gtk.WindowState.gschema.xml gschema file.
build/win32/vs10/gtk+.props | 4 +++-
build/win32/vs9/gtk+.vsprops | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index 8a20c28..5e7bce6 100644
--- a/build/win32/vs10/gtk+.props
+++ b/build/win32/vs10/gtk+.props
@@ -565,7 +565,9 @@ mkdir $(CopyDir)\share\glib-2.0\schemas
copy ..\..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas
-echo "Compiling gsettings XML File(s)..."
+copy ..\..\..\gtk\org.gtk.WindowState.gschema.xml $(CopyDir)\share\glib-2.0\schemas
+
+echo "Compiling gsettings XML Files..."
$(CopyDir)\bin\glib-compile-schemas.exe $(CopyDir)\share\glib-2.0\schemas
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index bf1d791..364a018 100644
--- a/build/win32/vs9/gtk+.vsprops
+++ b/build/win32/vs9/gtk+.vsprops
@@ -339,7 +339,8 @@ copy $(ConfigurationName)\$(PlatformName)\bin\gailutil.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)..."

+copy ..\..\..\gtk\org.gtk.WindowState.gschema.xml $(OutDir)\share\glib-2.0\schemas

+echo "Compiling gsettings XML Files..."

$(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas

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