[cogl/cogl-1.12] Fix cogl.vcproj
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.12] Fix cogl.vcproj
- Date: Thu, 16 Aug 2012 16:07:20 +0000 (UTC)
commit e6bd6128a232fd37338d0eb2f023a91a464d6c8d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Aug 17 00:04:07 2012 +0800
Fix cogl.vcproj
x64 release builds with the SDL winsys need to link to the SDL libraries as
well, which was missed. Make up for that.
build/win32/vs9/cogl-crate.vcproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs9/cogl-crate.vcproj b/build/win32/vs9/cogl-crate.vcproj
index 696f58e..a975b51 100644
--- a/build/win32/vs9/cogl-crate.vcproj
+++ b/build/win32/vs9/cogl-crate.vcproj
@@ -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]