]> cloudbase.mooo.com Git - z180-stamp.git/blame_incremental - mk/config-Cygwin-i686_Cygwin-i686.mk
libopencm3 update
[z180-stamp.git] / mk / config-Cygwin-i686_Cygwin-i686.mk
... / ...
CommitLineData
1include $(MK)/config-default.mk
2
3CPPFLAGS += -DCYGWIN
4# There's no rt lib on Cygwin
5LDLIBS := $(subst -lrt,,$(LDLIBS))
6
7# On cygwin shared libraries have dll extension
8SOEXT := dll
9# and by default executables have .exe appended
10EXE := .exe