From: Chun-wei Fan Date: Wed, 8 Feb 2012 07:09:13 +0000 (+0800) Subject: Update VS2010 property sheet X-Git-Tag: 2.31.18~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af99ccc0d663b759b7edfaf744bcb657853280c2;p=platform%2Fupstream%2Fglib.git Update VS2010 property sheet Should be $(CopyDir) not $(OutDir) here for VS2010. Oops :| --- diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props index a7fa686..daf4d9b 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