[cogl] VS Property sheets update
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] VS Property sheets update
- Date: Wed, 7 Dec 2011 09:33:53 +0000 (UTC)
commit d16131a09f7da0e0dcffa9f9f8422df8b8f03a8c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Dec 7 17:33:43 2011 +0800
VS Property sheets update
Add the CLUTTER_COMPILATION macro for compiling the conformance tests
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 47d4245..9d78d62 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -9,7 +9,7 @@
<DebugLibBuildDefines>_DEBUG;$(LibBuildDefines);COGL_GL_DEBUG;COGL_OBJECT_DEBUG;COGL_HANDLE_DEBUG</DebugLibBuildDefines>
<CoglBuildDefines>G_LOG_DOMAIN="Cogl";COGL_HAS_WIN32_SUPPORT;COGL_BUILD_EXP;COGL_GL_LIBNAME="";COGL_LOCALEDIR="/some/random/dir"</CoglBuildDefines>
<CoglPangoBuildDefines>G_LOG_DOMAIN="Cogl-Pango"</CoglPangoBuildDefines>
- <TestProgDef>TESTS_DATADIR="../share/cogl-$(CoglApiVersion)/tests"</TestProgDef>
+ <TestProgDef>CLUTTER_COMPILATION;TESTS_DATADIR="../share/cogl-$(CoglApiVersion)/tests"</TestProgDef>
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
<PreBuildCmd>
if exist ..\..\..\config.h goto DONE_CONFIG_H
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index bd4c394..d7b784b 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -52,7 +52,7 @@
/>
<UserMacro
Name="TestProgDef"
- Value="TESTS_DATADIR=\"../share/cogl-$(CoglApiVersion)/tests\""
+ Value="CLUTTER_COMPILATION;TESTS_DATADIR=\"../share/cogl-$(CoglApiVersion)/tests\""
/>
<UserMacro
Name="PreBuildCmd"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]