summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-12-07 17:33:43 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-12-07 17:33:43 +0800
commitd16131a09f7da0e0dcffa9f9f8422df8b8f03a8c (patch)
tree193853ab8bb7b1e3841cc732d4251f28d9015b70 /build
parent364dae7e1fdc93fde14ffd7543cf430c6d2c048c (diff)
downloadcogl-d16131a09f7da0e0dcffa9f9f8422df8b8f03a8c.tar.gz
VS Property sheets update
Add the CLUTTER_COMPILATION macro for compiling the conformance tests
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/cogl.props2
-rw-r--r--build/win32/vs9/cogl.vsprops2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index 47d4245d..9d78d62d 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 bd4c3942..d7b784b8 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -52,7 +52,7 @@
/>
<UserMacro
Name="TestProgDef"
- Value="TESTS_DATADIR=\&quot;../share/cogl-$(CoglApiVersion)/tests\&quot;"
+ Value="CLUTTER_COMPILATION;TESTS_DATADIR=\&quot;../share/cogl-$(CoglApiVersion)/tests\&quot;"
/>
<UserMacro
Name="PreBuildCmd"