summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-02-08 15:09:13 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-02-08 15:09:13 +0800
commitaf99ccc0d663b759b7edfaf744bcb657853280c2 (patch)
tree3bad8476bc18c0121e0985644a73cef399907cb1
parentbbda744c0e8d5aa3c1b5476c5083ccfd51b02a7b (diff)
downloadglib-af99ccc0d663b759b7edfaf744bcb657853280c2.tar.gz
Update VS2010 property sheet
Should be $(CopyDir) not $(OutDir) here for VS2010. Oops :|
-rw-r--r--build/win32/vs10/glib.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props
index a7fa686eb..daf4d9bc5 100644
--- a/build/win32/vs10/glib.props
+++ b/build/win32/vs10/glib.props
@@ -421,7 +421,7 @@ copy ..\..\..\gio\gremoteactiongroup.h $(CopyDir)\include\glib-$(ApiVersion)\gio
copy ..\..\..\gio\gresolver.h $(CopyDir)\include\glib-$(ApiVersion)\gio
-copy ..\..\..\gio\gresource.h $(OutDir)\include\glib-$(ApiVersion)\gio
+copy ..\..\..\gio\gresource.h $(CopyDir)\include\glib-$(ApiVersion)\gio
copy ..\..\..\gio\gseekable.h $(CopyDir)\include\glib-$(ApiVersion)\gio