Staging
v0.5.1
https://github.com/python/cpython
Revision bef3db2368ff1d1f7c0f03d5f70da3ec1ae2e0f1 authored by Georg Brandl on 05 September 2010, 08:28:41 UTC, committed by Georg Brandl on 05 September 2010, 08:28:41 UTC
1 parent 6e8fe97
Raw File
Tip revision: bef3db2368ff1d1f7c0f03d5f70da3ec1ae2e0f1 authored by Georg Brandl on 05 September 2010, 08:28:41 UTC
Update pydoc topics.
Tip revision: bef3db2
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