Staging
v0.8.1
https://github.com/python/cpython
Revision b603b2777563e48d3b8209e2169567c84c4bee27 authored by Eli Bendersky on 30 July 2011, 08:36:41 UTC, committed by Eli Bendersky on 30 July 2011, 08:36:41 UTC
2 parent s e250358 + eea6cda
Raw File
Tip revision: b603b2777563e48d3b8209e2169567c84c4bee27 authored by Eli Bendersky on 30 July 2011, 08:36:41 UTC
merging Georg's revision
Tip revision: b603b27
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