Staging
v0.5.1
https://github.com/python/cpython
Revision 1b93fc1077d0b99518035ffc7f63e568b8389e35 authored by Tarek Ziadé on 02 February 2010, 22:27:58 UTC, committed by Tarek Ziadé on 02 February 2010, 22:27:58 UTC
1 parent 1f517e1
Raw File
Tip revision: 1b93fc1077d0b99518035ffc7f63e568b8389e35 authored by Tarek Ziadé on 02 February 2010, 22:27:58 UTC
first version of the sysconfig module documentation
Tip revision: 1b93fc1
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