summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-03-13 22:14:47 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-03-13 22:14:47 +0800
commitb13392dbe2e3c049f3cc528832554c1551496e8f (patch)
treedd21761bc69c91a018ed0cb85860844c3e4d0093 /build
parentd42efa37415931fe2de3fb07dd3514b91620fbc6 (diff)
downloadcogl-b13392dbe2e3c049f3cc528832554c1551496e8f.tar.gz
Update VS property sheets
"Install" the cogl2-compatibility.h header which will only be in 1.10.x
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/cogl.props2
-rw-r--r--build/win32/vs9/cogl.vsprops1
2 files changed, 3 insertions, 0 deletions
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index 35cfff27..1a6992f9 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
+
</CoglDoInstall>
<GenerateCoglDef>
echo EXPORTS &gt; ..\..\..\cogl\cogl.def
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index 412af0ce..a4896044 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&#x0D;&#x0A;
copy ..\..\..\cogl\cogl2-path.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl&#x0D;&#x0A;
copy ..\..\..\cogl\cogl2-experimental.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl&#x0D;&#x0A;
+copy ..\..\..\cogl\cogl2-compatibility.h $(OutDir)\include\cogl-$(CoglApiVersion)\cogl&#x0D;&#x0A;
mkdir $(OutDir)\share\cogl-$(CoglApiVersion)\tests&#x0D;&#x0A;
copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVersion)\tests&#x0D;&#x0A;