[cogl/msvc-support-1.8] VS support: set API version to 1.0
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/msvc-support-1.8] VS support: set API version to 1.0
- Date: Fri, 23 Sep 2011 09:23:19 +0000 (UTC)
commit a82f9b9abf8caa6402192f4fb747c8d2431c127b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Sep 23 17:40:29 2011 +0800
VS support: set API version to 1.0
Sorry, forgot to update the DLL suffix...
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 190b235..6aeccea 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -180,7 +180,7 @@ copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion
<CoglLibtoolCompatibleDllPrefix>lib</CoglLibtoolCompatibleDllPrefix>
<CoglLibtoolCompatibleDllSuffix>-$(CoglApiVersion)-0</CoglLibtoolCompatibleDllSuffix>
<CoglSeparateVS10DllPrefix />
- <CoglSeparateVS10DllSuffix>-2-vs10</CoglSeparateVS10DllSuffix>
+ <CoglSeparateVS10DllSuffix>-1-vs10</CoglSeparateVS10DllSuffix>
<CoglDllPrefix>$(CoglSeparateVS10DllPrefix)</CoglDllPrefix>
<CoglDllSuffix>$(CoglSeparateVS10DllSuffix)</CoglDllSuffix>
</PropertyGroup>
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index 7c490fd..ccf170b 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -168,7 +168,7 @@ copy ..\..\..\cogl\cogl2-experimental.h $(OutDir)\include\cogl-$(CoglApiVersion)
/>
<UserMacro
Name="CoglSeparateVS9DllSuffix"
- Value="-2-vs9"
+ Value="-1-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]