From 7f6a8d3484827e77b4ce2f046660e54c1fe3fa29 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 7 Jun 2011 10:58:54 +0800 Subject: [PATCH] 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(+) diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props index 0d4577503..9fba5f6c1 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 be2588f9b..9fc52e05a 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 copy ..\..\..\gobject\gboxed.h $(OutDir)\include\glib-2.0\gobject copy ..\..\..\gobject\gclosure.h $(OutDir)\include\glib-2.0\gobject copy ..\..\..\gobject\genums.h $(OutDir)\include\glib-2.0\gobject +copy ..\..\..\gobject\glib-types.h $(OutDir)\include\glib-2.0\gobject copy ..\..\..\gobject\gmarshal.h $(OutDir)\include\glib-2.0\gobject copy ..\..\..\gobject\gobject.h $(OutDir)\include\glib-2.0\gobject copy ..\..\..\gobject\gobjectnotifyqueue.c $(OutDir)\include\glib-2.0\gobject