From a8f8380644ad08ce1dcf5e90c34fe41ec974cd08 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 13 Mar 2012 23:24:17 +0800 Subject: [PATCH] Update VS property sheets We no longer have COGL_ENABLE_EXPERIMENTAL_API in cogl.symbols as those APIs are always built into the COGL DLL, so the -DCOGL_ENABLE_EXPERIMENTAL_API is not needed anymore in the cogl.def generation process. --- build/win32/vs10/cogl.props | 2 +- build/win32/vs9/cogl.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props index 1a6992f99..565940bad 100644 --- a/build/win32/vs10/cogl.props +++ b/build/win32/vs10/cogl.props @@ -192,7 +192,7 @@ copy ..\..\..\cogl\cogl2-compatibility.h $(CopyDir)\include\cogl-$(CoglApiVersio echo EXPORTS > ..\..\..\cogl\cogl.def - cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\cogl\cogl.def + cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\cogl\cogl.def diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops index a48960445..6d4f3aff2 100644 --- a/build/win32/vs9/cogl.vsprops +++ b/build/win32/vs9/cogl.vsprops @@ -178,7 +178,7 @@ copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVer Name="GenerateCoglDef" Value=" echo EXPORTS > ..\..\..\cogl\cogl.def - cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\cogl\cogl.def + cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\cogl\cogl.def " />