Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: d0ebc75e7368cc4b1a8e504674feabc98f8fc5fd authored by Antoine Pitrou on 15 January 2011, 17:25:58 UTC
Fix mmap and test_mmap under Windows too (followup to r88022)
Tip revision: d0ebc75
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