Staging
v0.5.1
https://github.com/python/cpython
Revision 3f61d61b353c08525348a018294fa05bba1bdfe2 authored by Gregory P. Smith on 04 May 2009, 00:45:33 UTC, committed by Gregory P. Smith on 04 May 2009, 00:45:33 UTC
already committed issue4751 support in py3k r68411.
1 parent c1651a0
Raw File
Tip revision: 3f61d61b353c08525348a018294fa05bba1bdfe2 authored by Gregory P. Smith on 04 May 2009, 00:45:33 UTC
Merge refactoring I did when committing r72267 to trunk into the
Tip revision: 3f61d61
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