From 3b46285ff8dee216666b98e508b21392c351b75a Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 7 Aug 2012 01:01:50 +0200 Subject: [PATCH] windows: remove libeio mentions from Makefile Libeio is not used on Windows. --- config-mingw.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config-mingw.mk b/config-mingw.mk index 9e49ec71..a4cc037c 100644 --- a/config-mingw.mk +++ b/config-mingw.mk @@ -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