Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: remove libeio mentions from Makefile
Browse files Browse the repository at this point in the history
Libeio is not used on Windows.
  • Loading branch information
piscisaureus committed Aug 6, 2012
1 parent 32da239 commit 3b46285
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config-mingw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,10 @@ src/%.o: src/%.c include/uv.h include/uv-private/uv-win.h
src/win/%.o: src/win/%.c include/uv.h include/uv-private/uv-win.h src/win/internal.h
$(CC) $(CFLAGS) -o $@ -c $<

EIO_CPPFLAGS += $(CPPFLAGS)
EIO_CPPFLAGS += -DEIO_STACKSIZE=65536
EIO_CPPFLAGS += -D_GNU_SOURCE

clean-platform:
-rm -f src/ares/*.o
-rm -f src/eio/*.o
-rm -f src/win/*.o

distclean-platform:
-rm -f src/ares/*.o
-rm -f src/eio/*.o
-rm -f src/win/*.o

0 comments on commit 3b46285

Please sign in to comment.