summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-12-24 12:23:27 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-12-24 12:23:27 +0800
commit9cc076b14c888ef01f8d52f608a5940dd06440ba (patch)
tree5edd53fe06c1f8b1315191b22be5803e830cdb94
parent12010882e621a1c699b7be403b2b56369917530d (diff)
downloadcogl-9cc076b14c888ef01f8d52f608a5940dd06440ba.tar.gz
Update Visual C++ property sheets
Remove unneeded items.
-rw-r--r--build/win32/vs10/cogl.props4
-rw-r--r--build/win32/vs9/cogl.vsprops2
2 files changed, 3 insertions, 3 deletions
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index 19c817d5..d7136ca5 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -10,7 +10,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>COGL_COMPILATION;TESTS_DATADIR="../share/cogl-$(CoglApiVersion)/tests"</TestProgDef>
+ <TestProgDef>COGL_COMPILATION</TestProgDef>
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
<DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
<DoDefinesSDL>
@@ -322,4 +322,4 @@ copy ..\..\..\cogl\cogl-sdl.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl
<Value>$(CoglDllSuffix)</Value>
</BuildMacro>
</ItemGroup>
-</Project>
+</Project>
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index eeb56454..0c277320 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -63,7 +63,7 @@
/>
<UserMacro
Name="TestProgDef"
- Value="COGL_COMPILATION;TESTS_DATADIR=\&quot;../share/cogl-$(CoglApiVersion)/tests\&quot;"
+ Value="COGL_COMPILATION"
/>
<UserMacro
Name="DoDefinesSDL"