[glib] Update VS 2008/2010 property sheets



commit 7f6a8d3484827e77b4ce2f046660e54c1fe3fa29
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jun 7 10:58:54 2011 +0800

    Update VS 2008/2010 property sheets
    
    "Install" the new gobject/glib-types.h as well... it is needed.

 build/win32/vs10/glib.props  |    2 ++
 build/win32/vs9/glib.vsprops |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props
index 0d45775..9fba5f6 100644
--- a/build/win32/vs10/glib.props
+++ b/build/win32/vs10/glib.props
@@ -175,6 +175,8 @@ copy ..\..\..\gobject\gclosure.h $(CopyDir)\include\glib-$(ApiVersion)\gobject
 
 copy ..\..\..\gobject\genums.h $(CopyDir)\include\glib-$(ApiVersion)\gobject
 
+copy ..\..\..\gobject\glib-types.h $(CopyDir)\include\glib-$(ApiVersion)\gobject
+
 copy ..\..\..\gobject\gmarshal.h $(CopyDir)\include\glib-$(ApiVersion)\gobject
 
 copy ..\..\..\gobject\gobject.h $(CopyDir)\include\glib-$(ApiVersion)\gobject
diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops
index be2588f..9fc52e0 100644
--- a/build/win32/vs9/glib.vsprops
+++ b/build/win32/vs9/glib.vsprops
@@ -124,6 +124,7 @@ copy ..\..\..\gobject\gbinding.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
 copy ..\..\..\gobject\gboxed.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
 copy ..\..\..\gobject\gclosure.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
 copy ..\..\..\gobject\genums.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
+copy ..\..\..\gobject\glib-types.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
 copy ..\..\..\gobject\gmarshal.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
 copy ..\..\..\gobject\gobject.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;
 copy ..\..\..\gobject\gobjectnotifyqueue.c $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;



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