Staging
v0.5.1
https://github.com/python/cpython
Revision 4dd40525e6b377fb06643311ce66b06c459a4589 authored by Jeffrey Yasskin on 28 February 2009, 19:49:43 UTC, committed by Jeffrey Yasskin on 28 February 2009, 19:49:43 UTC
1 parent 56420b4
Raw File
Tip revision: 4dd40525e6b377fb06643311ce66b06c459a4589 authored by Jeffrey Yasskin on 28 February 2009, 19:49:43 UTC
Fix 2 oversights from r69961.
Tip revision: 4dd4052
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