Staging
v0.5.1
https://github.com/python/cpython
Revision df70e05d2204aad60396c4f110d9783269708843 authored by Amaury Forgeot d'Arc on 26 March 2008, 23:07:43 UTC, committed by Amaury Forgeot d'Arc on 26 March 2008, 23:07:43 UTC
1 parent fa50bad
Raw File
Tip revision: df70e05d2204aad60396c4f110d9783269708843 authored by Amaury Forgeot d'Arc on 26 March 2008, 23:07:43 UTC
C89 compliance: Microsoft compilers want variable declarations at the top
Tip revision: df70e05
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
</VisualStudioPropertySheet>
back to top