aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/ScummVM_Analysis.vsprops
blob: a9bca19f0e809430a2536b91e89c23bdd677b3a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="ScummVM_Analysis32"
	InheritedPropertySheets=".\ScummVM_Global.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		PreprocessorDefinitions="WIN32"
		MinimalRebuild="true"
		BasicRuntimeChecks="3"
		RuntimeLibrary="1"
		EnableFunctionLevelLinking="true"
		WarnAsError="false"
		DebugInformationFormat="4"
		AdditionalOption="/analyze"
	/>
	<Tool
		Name="VCLinkerTool"
		LinkIncremental="2"
		GenerateDebugInformation="true"
		IgnoreDefaultLibraryNames="libcmt.lib"
	/>
</VisualStudioPropertySheet>