[cogl/msvc-support-1.8] VS support updates: set API version as 1.0
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/msvc-support-1.8] VS support updates: set API version as 1.0
- Date: Fri, 23 Sep 2011 09:21:23 +0000 (UTC)
commit aa961eecb0c5488a6b32f8b2ffd68340a2b027b0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Sep 23 17:38:34 2011 +0800
VS support updates: set API version as 1.0
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 d268284..190b235 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -2,7 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
- <CoglApiVersion>2.0</CoglApiVersion>
+ <CoglApiVersion>1.0</CoglApiVersion>
<BaseBuildDefines>_WIN32_WINNT=0x0500;COGL_ENABLE_DEBUG</BaseBuildDefines>
<LibBuildDefines>HAVE_CONFIG_H;CLUTTER_COMPILATION;$(BaseBuildDefines)</LibBuildDefines>
<ReleaseLibBuildDefines>$(LibBuildDefines);G_DISABLE_CHECKS;G_DISABLE_CAST_CHECKS</ReleaseLibBuildDefines>
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index 2973a23..7c490fd 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -24,7 +24,7 @@
/>
<UserMacro
Name="CoglApiVersion"
- Value="2.0"
+ Value="1.0"
/>
<UserMacro
Name="BaseBuildDefines"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]