Staging
v0.5.1
https://github.com/python/cpython
Revision c86d9e2846e5bcf7f047f96e5c95432ecfa4bcb7 authored by Petri Lehtinen on 17 February 2012, 19:30:55 UTC, committed by Petri Lehtinen on 17 February 2012, 19:31:02 UTC
1 parent b389022
Raw File
Tip revision: c86d9e2846e5bcf7f047f96e5c95432ecfa4bcb7 authored by Petri Lehtinen on 17 February 2012, 19:30:55 UTC
Fix a variable scoping error in an sqlite3 test
Tip revision: c86d9e2
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python_d.exe"
	/>
</VisualStudioPropertySheet>
back to top