[cogl/cogl-1.12] cogl-crate.vcproj: Don't link to SDL for non-SDL x64 builds



commit 615e319384b3ae48ffd9afae04cff7adf8f43b52
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Aug 17 10:01:57 2012 +0800

    cogl-crate.vcproj: Don't link to SDL for non-SDL x64 builds
    
    The x64 Release (non-SDL) build was linking to SDL.
    Remove that dependency.

 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 a975b51..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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]