diff --git a/GNUmakefile b/GNUmakefile old mode 100644 new mode 100755 index 0afc9410..5e97e0b4 --- a/GNUmakefile +++ b/GNUmakefile @@ -166,6 +166,10 @@ endif endif SRCS = $(filter-out pch.cpp cryptlib_bds.cpp winpipes.cpp, $(wildcard *.cpp)) +ifneq ($(IS_MINGW),0) +SRCS += winpipes.cpp +endif + OBJS = $(SRCS:.cpp=.o) # test.o needs to be after bench.o for cygwin 1.1.4 (possible ld bug?)