Staging
v0.8.1
https://github.com/python/cpython
Revision e84089e3f1000ba1d060931e416dc148fe79d6eb authored by Martin v. Löwis on 08 April 2010, 17:38:32 UTC, committed by Martin v. Löwis on 08 April 2010, 17:38:32 UTC
1 parent 1b287c7
Raw File
Tip revision: e84089e3f1000ba1d060931e416dc148fe79d6eb authored by Martin v. Löwis on 08 April 2010, 17:38:32 UTC
Issue #8204: Fix test_ttk notebook test by forcing focus.
Tip revision: e84089e
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