Staging
v0.8.1
Revision a13294e209bbe9c689868db0100ebfc1bcc55364 authored by Barry Warsaw on 22 February 2012, 22:27:47 UTC, committed by Barry Warsaw on 22 February 2012, 22:27:47 UTC
2 parent s 341016e + b383e80
Raw File
sqlite3.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="sqlite3"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(sqlite3Dir)"
		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
		WarningLevel="1"
	/>
</VisualStudioPropertySheet>
back to top