Staging
v0.5.1
https://github.com/python/cpython
Revision d95c7b5f8a9ec9e09dac90d420a39b5b86f4b2c6 authored by Antoine Pitrou on 07 November 2010, 20:50:51 UTC, committed by Antoine Pitrou on 07 November 2010, 20:50:51 UTC
1 parent c911bbf
Raw File
Tip revision: d95c7b5f8a9ec9e09dac90d420a39b5b86f4b2c6 authored by Antoine Pitrou on 07 November 2010, 20:50:51 UTC
Issue #10347: ignore leading test count ("[ 1/340]") when using the -f option to regrtest.
Tip revision: d95c7b5
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