Staging
v0.5.1
https://github.com/python/cpython
Revision 6211b881613de6654ec8b5e77f3c705f1b4becb8 authored by Antoine Pitrou on 31 March 2012, 21:50:31 UTC, committed by Antoine Pitrou on 31 March 2012, 21:50:31 UTC
1 parent 6afd11c
Raw File
Tip revision: 6211b881613de6654ec8b5e77f3c705f1b4becb8 authored by Antoine Pitrou on 31 March 2012, 21:50:31 UTC
Issue #14437: Fix building the _io module under Cygwin.
Tip revision: 6211b88
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