Staging
v0.5.1
Revision f125bf5f94ece89b42196ec08339a750e0eb3de6 authored by Georg Brandl on 04 March 2012, 15:26:19 UTC, committed by Georg Brandl on 04 March 2012, 15:26:19 UTC
1 parent 6c8850d
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