[cogl/cogl-1.18] build/win32/vs9/cogl.vcprojin: Use SDL 2.x for SDL Support
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.18] build/win32/vs9/cogl.vcprojin: Use SDL 2.x for SDL Support
- Date: Thu, 27 Feb 2014 09:51:09 +0000 (UTC)
commit 521f12847e3674f4e6e87d929e1e3d7f06e75e58
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Feb 27 17:51:01 2014 +0800
build/win32/vs9/cogl.vcprojin: Use SDL 2.x for SDL Support
As SDL-2.x has been officially released for a while, update the Visual
Studio 2008 projects to build and link against the SDL-2.x libraries.
build/win32/vs9/cogl.vcprojin | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/build/win32/vs9/cogl.vcprojin b/build/win32/vs9/cogl.vcprojin
index 7c6e82d..c888cc8 100644
--- a/build/win32/vs9/cogl.vcprojin
+++ b/build/win32/vs9/cogl.vcprojin
@@ -78,7 +78,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
+ AdditionalDependencies="SDL2.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\cogl.def"
@@ -147,7 +147,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
+ AdditionalDependencies="SDL2.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\cogl.def"
@@ -220,7 +220,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
+ AdditionalDependencies="SDL2.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\cogl.def"
@@ -287,7 +287,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
+ AdditionalDependencies="SDL2.lib opengl32.lib intl.lib cairo.lib
gdk_pixbuf-2.0.lib gmodule-2.0.lib"
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\cogl.def"
@@ -308,7 +308,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File RelativePath="..\..\..\cogl\winsys\cogl-winsys-wgl.c" />
- <File RelativePath="..\..\..\cogl\winsys\cogl-winsys-sdl.c" >
+ <File RelativePath="..\..\..\cogl\winsys\cogl-winsys-sdl2.c" >
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool
Name="VCCLCompilerTool" /></FileConfiguration>
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool
Name="VCCLCompilerTool" /></FileConfiguration>
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool
Name="VCCLCompilerTool" /></FileConfiguration>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]