summaryrefslogtreecommitdiff
path: root/pyparallel/src/win32/makefile
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-17 16:04:58 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-17 16:04:58 +0000
commit8bec55528827d09937f411e27195ec396993d75c (patch)
treeaae3383121e8513390cfa7362de60348e0e45699 /pyparallel/src/win32/makefile
parent5425bb0510ab10b4601139b7fec64a61e2aec543 (diff)
downloadpyserial-git-release2_7.tar.gz
Diffstat (limited to 'pyparallel/src/win32/makefile')
-rw-r--r--pyparallel/src/win32/makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/pyparallel/src/win32/makefile b/pyparallel/src/win32/makefile
deleted file mode 100644
index fad59ee..0000000
--- a/pyparallel/src/win32/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-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