Staging
v0.5.1
https://github.com/python/cpython
Revision 6ca2e0ac5bc26cdf537ad256fae0c4b6942d1213 authored by Jeroen Ruigrok van der Werven on 06 May 2009, 13:18:35 UTC, committed by Jeroen Ruigrok van der Werven on 06 May 2009, 13:18:35 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines

  Be more explicit about the error we are catching.

  Requested by: Antoine Pitrou
........
1 parent 741191f
Raw File
Tip revision: 6ca2e0ac5bc26cdf537ad256fae0c4b6942d1213 authored by Jeroen Ruigrok van der Werven on 06 May 2009, 13:18:35 UTC
Merged revisions 72399 via svnmerge from
Tip revision: 6ca2e0a
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