Update VS2010 property sheet
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 8 Feb 2012 07:09:13 +0000 (15:09 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 8 Feb 2012 07:09:13 +0000 (15:09 +0800)
Should be $(CopyDir) not $(OutDir) here for VS2010.  Oops :|

build/win32/vs10/glib.props

index a7fa686..daf4d9b 100644 (file)
@@ -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