Staging
v0.5.1
https://github.com/python/cpython
Revision 398e865076e6ee2396b28c139c0df66dccd14376 authored by Jack Diederich on 22 February 2010, 22:51:37 UTC, committed by Jack Diederich on 22 February 2010, 22:51:37 UTC
1 parent c65d55f
Raw File
Tip revision: 398e865076e6ee2396b28c139c0df66dccd14376 authored by Jack Diederich on 22 February 2010, 22:51:37 UTC
commit the rest of my svnmerge
Tip revision: 398e865
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