mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Rename binary to avoid conflicts with hanging processes on x86 w2k.
This commit is contained in:
parent
5b3bf0dd5e
commit
98dbfab909
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
cd Tools\buildbot
|
||||
nmake /C /S /f kill_python.mak
|
||||
kill_python.exe
|
||||
kill_python2.exe
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
kill_python.exe: kill_python.c
|
||||
cl -nologo -o kill_python.exe kill_python.c psapi.lib
|
||||
cl -nologo -o kill_python2.exe kill_python.c psapi.lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue