[gtk+] gtk-demo.vcproj: set linker settings to be consistent
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk-demo.vcproj: set linker settings to be consistent
- Date: Tue, 9 Nov 2010 04:02:07 +0000 (UTC)
commit 2fccd515f60a71c0cffda91756872afcb6be1de7
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Nov 9 12:06:34 2010 +0800
gtk-demo.vcproj: set linker settings to be consistent
-Made up for the additional dependencies for setups other than Debug|Win32 (the correct setting)
-Made Subsystem="1" for all setups like Debug|Win32 (the correct setting)
build/win32/vs9/gtk-demo.vcproj | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs9/gtk-demo.vcproj b/build/win32/vs9/gtk-demo.vcproj
index c9c87a4..238896a 100644
--- a/build/win32/vs9/gtk-demo.vcproj
+++ b/build/win32/vs9/gtk-demo.vcproj
@@ -76,9 +76,10 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="cairo.lib pango-1.0.lib pangocairo-1.0.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
- SubSystem="2"
+ SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="17"
@@ -106,9 +107,10 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="cairo.lib pango-1.0.lib pangocairo-1.0.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
- SubSystem="2"
+ SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
@@ -138,9 +140,10 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="cairo.lib pango-1.0.lib pangocairo-1.0.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
- SubSystem="2"
+ SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]