Staging
v0.5.1
https://github.com/python/cpython
Revision 9184556668f4243c766275ecdb9d50ef38a527c1 authored by Martin v. Löwis on 06 November 2008, 19:46:56 UTC, committed by Martin v. Löwis on 06 November 2008, 19:46:56 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67125 | martin.v.loewis | 2008-11-06 20:46:03 +0100 (Do, 06 Nov 2008) | 2 lines

  Stop including fake manifest file in DLLs directory.
........
1 parent 900646e
Raw File
Tip revision: 9184556668f4243c766275ecdb9d50ef38a527c1 authored by Martin v. Löwis on 06 November 2008, 19:46:56 UTC
Merged revisions 67125 via svnmerge from
Tip revision: 9184556
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python_d.exe"
	/>
</VisualStudioPropertySheet>
back to top