[cogl] Fix cogl-crate.vcproj
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Fix cogl-crate.vcproj
- Date: Fri, 17 Aug 2012 01:59:28 +0000 (UTC)
commit 1a89df285682a97fdd3a3838b303c398b43625f3
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Aug 17 09:58:49 2012 +0800
Fix cogl-crate.vcproj
The linked libraries for the x64 release builds (SDL and non-SDL) are
inverted. Fix that.
build/win32/vs9/cogl-crate.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs9/cogl-crate.vcproj b/build/win32/vs9/cogl-crate.vcproj
index 696f58e..cd1b6ed 100644
--- a/build/win32/vs9/cogl-crate.vcproj
+++ b/build/win32/vs9/cogl-crate.vcproj
@@ -229,7 +229,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDLmain.lib pangocairo-1.0.lib pango-1.0.lib cairo.lib"
+ AdditionalDependencies="pangocairo-1.0.lib pango-1.0.lib cairo.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@@ -262,7 +262,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="pangocairo-1.0.lib pango-1.0.lib cairo.lib"
+ AdditionalDependencies="SDL.lib SDLmain.lib pangocairo-1.0.lib pango-1.0.lib cairo.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]