Staging
v0.5.1
https://github.com/python/cpython
Revision a3ed11bd3409d61e6eb35995743e405790df2d3c authored by Benjamin Peterson on 20 February 2012, 20:20:37 UTC, committed by Benjamin Peterson on 20 February 2012, 20:20:37 UTC
1 parent 2daf6ae
Raw File
Tip revision: a3ed11bd3409d61e6eb35995743e405790df2d3c authored by Benjamin Peterson on 20 February 2012, 20:20:37 UTC
don't rely on the order of module clearing
Tip revision: a3ed11b
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