[Python-checkins] r46814 - python/branches/release24-maint/Tools/buildbot/Makefile
martin.v.loewis
python-checkins at python.org
Sat Jun 10 09:46:49 CEST 2006
Author: martin.v.loewis
Date: Sat Jun 10 09:46:49 2006
New Revision: 46814
Added:
python/branches/release24-maint/Tools/buildbot/Makefile (contents, props changed)
Log:
Add cygwin makefile.
Added: python/branches/release24-maint/Tools/buildbot/Makefile
==============================================================================
--- (empty file)
+++ python/branches/release24-maint/Tools/buildbot/Makefile Sat Jun 10 09:46:49 2006
@@ -0,0 +1,6 @@
+all: kill_python.exe
+ ./kill_python.exe
+
+kill_python.exe: kill_python.c
+ gcc -o kill_python.exe kill_python.c -lpsapi
+
More information about the Python-checkins
mailing list