diff options
author | midipix <writeonce@midipix.org> | 2016-11-11 22:24:33 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 22:42:26 -0500 |
commit | 97d0ea550cf4060b341bd6e53d350dc503fe148a (patch) | |
tree | 2b0a1cd483a61d9b7e5b2a534a01c4880ea8c5b8 /sysinfo/os | |
parent | d18eae93f37440be38012295c3ca2b09b087d272 (diff) | |
download | bcparser-97d0ea550cf4060b341bd6e53d350dc503fe148a.tar.bz2 bcparser-97d0ea550cf4060b341bd6e53d350dc503fe148a.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 = |