[cogl] Update VS projects
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Update VS projects
- Date: Thu, 15 Dec 2011 12:31:59 +0000 (UTC)
commit 0e99461f6e52da6b642362fad1a2244295e18f25
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Sat Nov 26 00:38:27 2011 +0800
Update VS projects
Integrate the COGL/COGL-Pango .rc files into the build so that the built
DLLs reveal the versioning and copyright info
build/win32/vs10/cogl-pango.vcxprojin | 3 +++
build/win32/vs10/cogl.vcxprojin | 3 +++
build/win32/vs9/cogl-pango.vcprojin | 3 +++
build/win32/vs9/cogl.vcprojin | 3 +++
4 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/cogl-pango.vcxprojin b/build/win32/vs10/cogl-pango.vcxprojin
index 1173754..2c3f392 100644
--- a/build/win32/vs10/cogl-pango.vcxprojin
+++ b/build/win32/vs10/cogl-pango.vcxprojin
@@ -184,6 +184,9 @@
#include "coglpango.vs10.sourcefiles"
</ItemGroup>
<ItemGroup>
+ <ResourceCompile Include="..\..\..\cogl-pango\cogl-pango.rc" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="cogl.vcxproj">
<Project>{f3a80987-5411-43db-a23b-06f2076e1206}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
diff --git a/build/win32/vs10/cogl.vcxprojin b/build/win32/vs10/cogl.vcxprojin
index a34005c..1883c0c 100644
--- a/build/win32/vs10/cogl.vcxprojin
+++ b/build/win32/vs10/cogl.vcxprojin
@@ -191,6 +191,9 @@
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-gl.c" />
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="..\..\..\cogl\cogl.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/build/win32/vs9/cogl-pango.vcprojin b/build/win32/vs9/cogl-pango.vcprojin
index f083dff..7469863 100644
--- a/build/win32/vs9/cogl-pango.vcprojin
+++ b/build/win32/vs9/cogl-pango.vcprojin
@@ -189,6 +189,9 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
</Filter>
+ <Filter Name="Resource Files">
+ <File RelativePath="..\..\..\cogl-pango\cogl-pango.rc" />
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/build/win32/vs9/cogl.vcprojin b/build/win32/vs9/cogl.vcprojin
index 54383cb..7d02edf 100644
--- a/build/win32/vs9/cogl.vcprojin
+++ b/build/win32/vs9/cogl.vcprojin
@@ -194,6 +194,9 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
</Filter>
+ <Filter Name="Resource Files">
+ <File RelativePath="..\..\..\cogl\cogl.rc" />
+ </Filter>
</Files>
<Globals>
</Globals>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]