[cogl/msvc-support] Update Visual C++ support
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/msvc-support] Update Visual C++ support
- Date: Fri, 1 Jul 2011 07:33:20 +0000 (UTC)
commit b65b7b54fe3cf6b37c000475ef3be1aeb203e4ea
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Jul 1 15:48:42 2011 +0800
Update Visual C++ support
-Update cogl.symbols to remove native renderer symbols that are no longer
public
-Update VS project templates to include cogl/cogl-win32-renderer.c
build/win32/vs10/cogl.vcxproj.filtersin | 1 +
build/win32/vs10/cogl.vcxprojin | 1 +
build/win32/vs9/cogl.vcprojin | 3 ++-
cogl/cogl.symbols | 2 --
4 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs10/cogl.vcxproj.filtersin b/build/win32/vs10/cogl.vcxproj.filtersin
index d027338..93820d4 100644
--- a/build/win32/vs10/cogl.vcxproj.filtersin
+++ b/build/win32/vs10/cogl.vcxproj.filtersin
@@ -15,6 +15,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\cogl\winsys\cogl-winsys-wgl.c"><Filter>Sources</Filter></ClCompile>
+ <ClCompile Include="..\..\..\cogl\cogl-win32-renderer.c"><Filter>Sources</Filter></ClCompile>
#include "cogl.vs10.sourcefiles.filters"
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-gl.c"><Filter>Sources\Driver_GL</Filter></ClCompile>
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c"><Filter>Sources\Driver_GL</Filter></ClCompile>
diff --git a/build/win32/vs10/cogl.vcxprojin b/build/win32/vs10/cogl.vcxprojin
index c5294a0..a34005c 100644
--- a/build/win32/vs10/cogl.vcxprojin
+++ b/build/win32/vs10/cogl.vcxprojin
@@ -186,6 +186,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\cogl\winsys\cogl-winsys-wgl.c" />
+ <ClCompile Include="..\..\..\cogl\cogl-win32-renderer.c" />
#include "cogl.vs10.sourcefiles"
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-gl.c" />
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c" />
diff --git a/build/win32/vs9/cogl.vcprojin b/build/win32/vs9/cogl.vcprojin
index 31e9ffe..54383cb 100644
--- a/build/win32/vs9/cogl.vcprojin
+++ b/build/win32/vs9/cogl.vcprojin
@@ -181,7 +181,8 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File RelativePath="..\..\..\cogl\.\winsys\cogl-winsys-wgl.c" />
+ <File RelativePath="..\..\..\cogl\winsys\cogl-winsys-wgl.c" />
+ <File RelativePath="..\..\..\cogl\cogl-win32-renderer.c" />
#include "cogl.sourcefiles"
<Filter Name="Driver_GL" >
<File RelativePath="..\..\..\cogl\driver\gl\cogl-gl.c" />
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index ed376a8..66df58a 100644
--- a/cogl/cogl.symbols
+++ b/cogl/cogl.symbols
@@ -669,7 +669,6 @@ cogl_rectangle_with_multitexture_coords
cogl_rectangle_with_texture_coords
#ifdef COGL_ENABLE_EXPERIMENTAL_API
-cogl_renderer_add_native_filter_EXP
cogl_renderer_check_onscreen_template_EXP
cogl_renderer_connect_EXP
#endif
@@ -681,7 +680,6 @@ cogl_renderer_error_quark_EXP
cogl_renderer_get_winsys_id_EXP
cogl_renderer_new_EXP
cogl_renderer_set_winsys_id_EXP
-cogl_renderer_remove_native_filter_EXP
#endif
cogl_rotate
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]