From b13392dbe2e3c049f3cc528832554c1551496e8f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 13 Mar 2012 22:14:47 +0800 Subject: [PATCH] Update VS property sheets "Install" the cogl2-compatibility.h header which will only be in 1.10.x --- build/win32/vs10/cogl.props | 2 ++ build/win32/vs9/cogl.vsprops | 1 + 2 files changed, 3 insertions(+) diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props index 35cfff27e..1a6992f99 100644 --- a/build/win32/vs10/cogl.props +++ b/build/win32/vs10/cogl.props @@ -186,6 +186,8 @@ copy ..\..\..\cogl\cogl2-path.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl +copy ..\..\..\cogl\cogl2-compatibility.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl + echo EXPORTS > ..\..\..\cogl\cogl.def diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops index 412af0ce2..a48960445 100644 --- a/build/win32/vs9/cogl.vsprops +++ b/build/win32/vs9/cogl.vsprops @@ -168,6 +168,7 @@ copy ..\..\..\cogl\cogl-win32-renderer.h $(OutDir)\include\cogl-$(CoglApiVersion copy ..\..\..\cogl\cogl1-context.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl copy ..\..\..\cogl\cogl2-path.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl copy ..\..\..\cogl\cogl2-experimental.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl +copy ..\..\..\cogl\cogl2-compatibility.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl mkdir $(OutDir)\share\cogl-$(CoglApiVersion)\tests copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVersion)\tests