Add kill_python command.

This commit is contained in:
Martin v. Löwis 2006-04-17 09:46:47 +00:00
parent dfde91a79e
commit 2d12372e32
4 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,2 @@
kill_python.exe: kill_python.c
cl -nologo -o kill_python.exe kill_python.c psapi.lib