summaryrefslogtreecommitdiff
path: root/pyparallel/src/win32/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pyparallel/src/win32/makefile')
-rw-r--r--pyparallel/src/win32/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyparallel/src/win32/makefile b/pyparallel/src/win32/makefile
new file mode 100644
index 0000000..fad59ee
--- /dev/null
+++ b/pyparallel/src/win32/makefile
@@ -0,0 +1,9 @@
+CFLAGS = -mno-cygwin -mdll -O -Wall
+
+.PHONY: clean FORCE
+
+simpleio.dll: simpleio.o
+ gcc -mno-cygwin -mdll -static -s $^ -Wl,--export-all-symbols,--kill-at -o $@
+
+clean:
+ rm -f simpleio.dll simpleio.o