Staging
v0.5.1
https://github.com/python/cpython
Revision 48f2e9980838d592f73b85714694f912fb6452fd authored by Benjamin Peterson on 31 May 2014, 20:26:22 UTC, committed by Benjamin Peterson on 31 May 2014, 20:26:22 UTC
1 parent d2058fb
Raw File
Tip revision: 48f2e9980838d592f73b85714694f912fb6452fd authored by Benjamin Peterson on 31 May 2014, 20:26:22 UTC
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Tip revision: 48f2e99
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