From 66a30d686cf9d46f25e649b93bb8cae90a9d7475 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 21 Nov 2018 20:48:54 -0500 Subject: build system: created skeleton. --- sysinfo/os/cygwin.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sysinfo/os/cygwin.mk (limited to 'sysinfo/os/cygwin.mk') diff --git a/sysinfo/os/cygwin.mk b/sysinfo/os/cygwin.mk new file mode 100644 index 0000000..290aa0d --- /dev/null +++ b/sysinfo/os/cygwin.mk @@ -0,0 +1,17 @@ +OS = cygwin +OS_APP_PREFIX = +OS_APP_SUFFIX = .exe +OS_LIB_PREFIX = lib +OS_LIB_SUFFIX = .dll +OS_IMPLIB_EXT = .dll.a +OS_LIBDEF_EXT = .def +OS_ARCHIVE_EXT = .a +OS_SONAME = copy +OS_BINFMT = PE +OS_IMPLIB_TOOL = dlltool + +CFLAGS_PIC = + +# dso suffix notation +OS_LIB_PREFIXED_SUFFIX = $(OS_LIB_SUFFIX) +OS_LIB_SUFFIXED_SUFFIX = -- cgit v1.2.3