diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2010-01-02 03:18:37 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2010-01-02 03:18:37 +0000 |
commit | ab40ff276a60650d0abf0abf89af48658d3c3ea8 (patch) | |
tree | 8ec5af61dbfa9ad1abc6fba90987733fe533f1f2 /pyparallel/src/win32/makefile | |
parent | f571644c6136568a9db4722188e33c114ab01003 (diff) | |
download | pyserial-git-release2_5_rc2.tar.gz |
tag 2.5-rc2release2_5_rc2
Diffstat (limited to 'pyparallel/src/win32/makefile')
-rw-r--r-- | pyparallel/src/win32/makefile | 9 |
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 |