Rename binary to avoid conflicts with hanging processes on x86 w2k.

This commit is contained in:
Martin v. Löwis 2006-04-17 10:23:23 +00:00
parent 5b3bf0dd5e
commit 98dbfab909
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
cd Tools\buildbot cd Tools\buildbot
nmake /C /S /f kill_python.mak nmake /C /S /f kill_python.mak
kill_python.exe kill_python2.exe

View File

@ -1,2 +1,2 @@
kill_python.exe: kill_python.c 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