Staging
v0.8.1
https://github.com/python/cpython
Revision 3ae81137c8b8dc93ebdf846e1224150012040b75 authored by Vinay Sajip on 11 March 2011, 18:44:10 UTC, committed by Vinay Sajip on 11 March 2011, 18:44:10 UTC
1 parent f4d0af4
Raw File
Tip revision: 3ae81137c8b8dc93ebdf846e1224150012040b75 authored by Vinay Sajip on 11 March 2011, 18:44:10 UTC
Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch.
Tip revision: 3ae8113
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