Staging
v0.8.1
https://github.com/python/cpython
Revision f671de4dd4b3c8fd124f45e863b4f07ffc1c9179 authored by Benjamin Peterson on 25 November 2014, 21:16:55 UTC, committed by Benjamin Peterson on 25 November 2014, 21:16:55 UTC
1 parent 72275ef
Raw File
Tip revision: f671de4dd4b3c8fd124f45e863b4f07ffc1c9179 authored by Benjamin Peterson on 25 November 2014, 21:16:55 UTC
don't fail tests when www.python.org can't be validated by the system
Tip revision: f671de4
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