summaryrefslogtreecommitdiff
path: root/mk/config-Cygwin-i686_Cygwin-i686.mk
blob: ee7880fba6276d40fbd4f3690eceba2c07756534 (plain)
1
2
3
4
5
6
7
8
9
10
include $(MK)/config-default.mk

CPPFLAGS += -DCYGWIN
# There's no rt lib on Cygwin
LDLIBS := $(subst -lrt,,$(LDLIBS))

# On cygwin shared libraries have dll extension
SOEXT := dll
# and by default executables have .exe appended
EXE := .exe