Staging
v0.8.1
https://github.com/python/cpython
Revision c7c12289fba8721872bea11a5a38c6237b8624ce authored by Benjamin Peterson on 13 June 2009, 13:15:04 UTC, committed by Benjamin Peterson on 13 June 2009, 13:15:04 UTC
1 parent 59843e9
Raw File
Tip revision: c7c12289fba8721872bea11a5a38c6237b8624ce authored by Benjamin Peterson on 13 June 2009, 13:15:04 UTC
bump version to 3.1rc2
Tip revision: c7c1228
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