Fixed compile for MinGW

pull/35/head
Jeffrey Walton 2015-07-19 22:09:35 -04:00
parent 94db43de97
commit 4b4156e6ba
1 changed files with 4 additions and 0 deletions

4
GNUmakefile Normal file → Executable file
View File

@ -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?)