Staging
v0.5.1
https://github.com/python/cpython
Revision 5405a0b3d352c0c106b92a86e963bde044bb1484 authored by Éric Araujo on 05 February 2011, 16:03:12 UTC, committed by Éric Araujo on 05 February 2011, 16:03:12 UTC
1 parent bd866e9
Raw File
Tip revision: 5405a0b3d352c0c106b92a86e963bde044bb1484 authored by Éric Araujo on 05 February 2011, 16:03:12 UTC
Use an internal reference instead of hard-coded URI.
Tip revision: 5405a0b
release.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="NDEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python.exe"
	/>	
</VisualStudioPropertySheet>
back to top