Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: c86d9e2846e5bcf7f047f96e5c95432ecfa4bcb7 authored by Petri Lehtinen on 17 February 2012, 19:30:55 UTC
Fix a variable scoping error in an sqlite3 test
Tip revision: c86d9e2
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