[cogl] Update Visual C++ property sheets for 2.x API
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Update Visual C++ property sheets for 2.x API
- Date: Mon, 16 Apr 2012 15:13:09 +0000 (UTC)
commit 90274919292807ca55c1a42a48a6bee821359fb4
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Apr 16 23:12:34 2012 +0800
Update Visual C++ property sheets for 2.x API
We will be heading for cogl-2.x, so make the output .lib files to be
cogl[-pango]-2.0.lib and the DLLs to be cogl[-pango]-2-vs[n].dll, to be
in line with the rest
build/win32/vs10/cogl.props | 4 ++--
build/win32/vs9/cogl.vsprops | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index 7dccf72..6a7acf8 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -3,7 +3,7 @@
<PropertyGroup Label="UserMacros">
<GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
<GlibMkEnumsPath>..\..\..\vs10\$(Platform)</GlibMkEnumsPath>
- <CoglApiVersion>1.0</CoglApiVersion>
+ <CoglApiVersion>2.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>
@@ -199,7 +199,7 @@ copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion
<CoglLibtoolCompatibleDllPrefix>lib</CoglLibtoolCompatibleDllPrefix>
<CoglLibtoolCompatibleDllSuffix>-$(CoglApiVersion)-0</CoglLibtoolCompatibleDllSuffix>
<CoglSeparateVS10DllPrefix />
- <CoglSeparateVS10DllSuffix>-1-vs10</CoglSeparateVS10DllSuffix>
+ <CoglSeparateVS10DllSuffix>-2-vs10</CoglSeparateVS10DllSuffix>
<CoglDllPrefix>$(CoglSeparateVS10DllPrefix)</CoglDllPrefix>
<CoglDllSuffix>$(CoglSeparateVS10DllSuffix)</CoglDllSuffix>
</PropertyGroup>
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index a42c4d7..92b61b6 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -28,7 +28,7 @@
/>
<UserMacro
Name="CoglApiVersion"
- Value="1.0"
+ Value="2.0"
/>
<UserMacro
Name="BaseBuildDefines"
@@ -203,7 +203,7 @@ copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVer
/>
<UserMacro
Name="CoglSeparateVS9DllSuffix"
- Value="-1-vs9"
+ Value="-2-vs9"
/>
<!-- Change these two to GlibLibtoolCompatibleDllPrefix and
GlibLibtoolCompatibleDllSuffix if that is what you want -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]