[glib] Update VS2010 property sheet



commit af99ccc0d663b759b7edfaf744bcb657853280c2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Feb 8 15:09:13 2012 +0800

    Update VS2010 property sheet
    
    Should be $(CopyDir) not $(OutDir) here for VS2010.  Oops :|

 build/win32/vs10/glib.props |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]