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)
This commit is contained in:
		 Chun-wei Fan
					Chun-wei Fan
				
			
				
					committed by
					
						 Tristan Van Berkom
						Tristan Van Berkom
					
				
			
			
				
	
			
			
			 Tristan Van Berkom
						Tristan Van Berkom
					
				
			
						parent
						
							5c52344551
						
					
				
				
					commit
					2fd00b9af3
				
			| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user