aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/vs2008/debug.vsprops
blob: 0a1619748dbb1f5df93b11e7b7ae5f1747b851dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug-x86"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		EnableIntrinsicFunctions="true"
		AdditionalIncludeDirectories="&quot;$(OPENSSL_INC)&quot;"
		PreprocessorDefinitions="_DEBUG;OPENSSL"
		RuntimeLibrary="1"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalDependencies=" $(OPENSSL_LIB)\libeay32.lib"
		TargetMachine="1"
	/>
</VisualStudioPropertySheet>