diff options
author | midipix <writeonce@midipix.org> | 2016-11-11 22:24:33 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 22:42:20 -0500 |
commit | ed5c35cc508a3dd2a46f3d2838669a3dea9b3c3c (patch) | |
tree | 1312317ec029dc33d0dfb9eac52714054a959632 /sysinfo/os | |
parent | 252629e613e35e5211cd2181f0319d3a8b801025 (diff) | |
download | slibtool-ed5c35cc508a3dd2a46f3d2838669a3dea9b3c3c.tar.bz2 slibtool-ed5c35cc508a3dd2a46f3d2838669a3dea9b3c3c.tar.xz |
build system: sysinfo: expand the OS gallery.
Diffstat (limited to 'sysinfo/os')
-rw-r--r-- | sysinfo/os/cygwin.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysinfo/os/cygwin.mk b/sysinfo/os/cygwin.mk new file mode 100644 index 0000000..a257b88 --- /dev/null +++ b/sysinfo/os/cygwin.mk @@ -0,0 +1,12 @@ +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 + +CFLAGS_PIC = |