mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00

Change set (included to improve usefulness of svnmerge log entry): M PCbuild\pythoncore.vcproj M PCbuild\pcbuild.sln M PCbuild\release.vsprops A PCbuild\kill_python.vcproj M PCbuild\debug.vsprops A PCbuild\kill_python.c D Tools\buildbot\kill_python.bat D Tools\buildbot\kill_python.mak M Tools\buildbot\build.bat D Tools\buildbot\Makefile M Tools\buildbot\build-amd64.bat M Tools\buildbot\buildmsi.bat D Tools\buildbot\kill_python.c
15 lines
310 B
XML
15 lines
310 B
XML
<?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>
|