Staging
v0.5.1
https://github.com/python/cpython
Revision ecb4a1e49a0c969228df60cc6db5a2c24a248df1 authored by Benjamin Peterson on 23 June 2014, 00:59:35 UTC, committed by Benjamin Peterson on 23 June 2014, 00:59:35 UTC
1 parent ed6820d
Raw File
Tip revision: ecb4a1e49a0c969228df60cc6db5a2c24a248df1 authored by Benjamin Peterson on 23 June 2014, 00:59:35 UTC
clarify that islink only really works if python knows about symlinks (closes #13143)
Tip revision: ecb4a1e
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