Staging
v0.5.1
https://github.com/python/cpython
Revision 74ce88fd67465bf3386b3358aa120e29b75d5353 authored by Hirokazu Yamamoto on 08 September 2008, 23:03:47 UTC, committed by Hirokazu Yamamoto on 08 September 2008, 23:03:47 UTC
Reviewed by Benjamin Peterson.
1 parent 61c001a
Raw File
Tip revision: 74ce88fd67465bf3386b3358aa120e29b75d5353 authored by Hirokazu Yamamoto on 08 September 2008, 23:03:47 UTC
Issue #3804: Added test for Issue #2222.
Tip revision: 74ce88f
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