Staging
v0.8.1
https://github.com/python/cpython
Revision 4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175 authored by Martin v. Löwis on 02 January 2010, 09:53:18 UTC, committed by Martin v. Löwis on 02 January 2010, 09:53:18 UTC
1 parent f477b93
Raw File
Tip revision: 4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175 authored by Martin v. Löwis on 02 January 2010, 09:53:18 UTC
Make script work with 2.5.
Tip revision: 4b2c064
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