Staging
v0.5.1
https://github.com/python/cpython
Revision 8d582160506aa57f182fc27b055e16b2ff140968 authored by Georg Brandl on 03 September 2010, 22:33:27 UTC, committed by Georg Brandl on 03 September 2010, 22:33:27 UTC
1 parent 0166930
Raw File
Tip revision: 8d582160506aa57f182fc27b055e16b2ff140968 authored by Georg Brandl on 03 September 2010, 22:33:27 UTC
More inclusive title.
Tip revision: 8d58216
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