summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gtk+.props
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-03-26 11:56:32 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-03-26 11:58:33 +0800
commitbe2c1ac316e0f4f1edf5757dcfd2985859f98e7a (patch)
treedc69239c5d153048e45ce90268d1bbff81441ef7 /build/win32/vs10/gtk+.props
parent78f2a3acc81985b2bd831b158db456f44d4cb6d3 (diff)
downloadgtk+-be2c1ac316e0f4f1edf5757dcfd2985859f98e7a.tar.gz
Fix Visual Studio property sheets
The creation of the folder for the "installation" of a11y headers is wrong, so fix that.
Diffstat (limited to 'build/win32/vs10/gtk+.props')
-rw-r--r--build/win32/vs10/gtk+.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index e2489f8313..31b59a2355 100644
--- a/build/win32/vs10/gtk+.props
+++ b/build/win32/vs10/gtk+.props
@@ -576,7 +576,7 @@ copy ..\..\..\gtk\deprecated\gtkvseparator.h $(CopyDir)\include\gtk-$(ApiVersion
copy ..\..\..\gtk\deprecated\gtkvpaned.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk\deprecated
-mkdir $(CopyDir)\include\gtk-$(ApiVersion)\a11y
+mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gtk\a11y
copy ..\..\..\gtk\a11y\gtkarrowaccessible.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk\a11y