Update VS 2008/2010 property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Jun 2011 02:58:54 +0000 (10:58 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Jun 2011 02:58:54 +0000 (10:58 +0800)
"Install" the new gobject/glib-types.h as well... it is needed.

build/win32/vs10/glib.props
build/win32/vs9/glib.vsprops

index 0d45775..9fba5f6 100644 (file)
@@ -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
index be2588f..9fc52e0 100644 (file)
@@ -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;\r
 copy ..\..\..\gobject\gclosure.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;\r
 copy ..\..\..\gobject\genums.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;\r
+copy ..\..\..\gobject\glib-types.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;\r
 copy ..\..\..\gobject\gmarshal.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;\r
 copy ..\..\..\gobject\gobject.h $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;\r
 copy ..\..\..\gobject\gobjectnotifyqueue.c $(OutDir)\include\glib-2.0\gobject&#x0D;&#x0A;\r