mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Rename binaries again; increase noise.
This commit is contained in:
parent
98dbfab909
commit
11e8b3c29b
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
cd Tools\buildbot
|
||||
nmake /C /S /f kill_python.mak
|
||||
kill_python2.exe
|
||||
nmake /f kill_python.mak
|
||||
kill_python3.exe
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
kill_python.exe: kill_python.c
|
||||
cl -nologo -o kill_python2.exe kill_python.c psapi.lib
|
||||
cl -nologo -o kill_python3.exe kill_python.c psapi.lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue