Staging
v0.5.1
Revision 63a976e114f4c20656ca211b7f545b329d1b6675 authored by Barry Warsaw on 14 April 2009, 13:16:19 UTC, committed by Barry Warsaw on 14 April 2009, 13:16:19 UTC
1 parent c3e0d04
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