summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-01-07 11:21:46 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-01-07 11:21:46 +0800
commitb40d16972f61d60e54b00ccd097087e52334bf73 (patch)
tree2127e8fa87f9512e8e39783b3c91367c3277a7e6 /build
parent730765de9163934d9993b25a87f076f1b36ed271 (diff)
downloadgtk+-b40d16972f61d60e54b00ccd097087e52334bf73.tar.gz
Update Visual C++ property sheets
"Install" (and hence compile with glib-compile-schemas.exe) the new org.gtk.WindowState.gschema.xml gschema file.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/gtk+.props4
-rw-r--r--build/win32/vs9/gtk+.vsprops3
2 files changed, 5 insertions, 2 deletions
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index 8a20c281aa..5e7bce6196 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 bf1d791879..364a018444 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&#x0D;&#
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;
+copy ..\..\..\gtk\org.gtk.WindowState.gschema.xml $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;
+echo &quot;Compiling gsettings XML Files...&quot;&#x0D;&#x0A;
$(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;
"
/>