Staging
v0.5.1
https://github.com/python/cpython
Revision bb4f218050a76ff69d2ca9d5512bedaa69cf4529 authored by Victor Stinner on 07 November 2010, 15:43:39 UTC, committed by Victor Stinner on 07 November 2010, 15:43:39 UTC
1 parent a837aa6
Raw File
Tip revision: bb4f218050a76ff69d2ca9d5512bedaa69cf4529 authored by Victor Stinner on 07 November 2010, 15:43:39 UTC
os module: remove nonbreaking space in a comment
Tip revision: bb4f218
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