summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/kill_python.mak
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-17 09:46:47 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-17 09:46:47 (GMT)
commit2d12372e325ca595ee8a3a6cbbe2d63606acfb4e (patch)
treed12829a64d730c6f9c5157ef0941dd08c8798ab0 /Tools/buildbot/kill_python.mak
parentdfde91a79e235e2e1ca121d6164dd1818cbba395 (diff)
downloadcpython-2d12372e325ca595ee8a3a6cbbe2d63606acfb4e.zip
cpython-2d12372e325ca595ee8a3a6cbbe2d63606acfb4e.tar.gz
cpython-2d12372e325ca595ee8a3a6cbbe2d63606acfb4e.tar.bz2
Add kill_python command.
Diffstat (limited to 'Tools/buildbot/kill_python.mak')
-rw-r--r--Tools/buildbot/kill_python.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/buildbot/kill_python.mak b/Tools/buildbot/kill_python.mak
new file mode 100644
index 0000000..6027d3f
--- /dev/null
+++ b/Tools/buildbot/kill_python.mak
@@ -0,0 +1,2 @@
+kill_python.exe: kill_python.c
+ cl -nologo -o kill_python.exe kill_python.c psapi.lib