diff options
author | midipix <writeonce@midipix.org> | 2016-11-12 12:00:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-12 12:00:43 -0500 |
commit | 9a130a8f553833ada656c636fdedaca32a3250d4 (patch) | |
tree | cd59ebb911ecaa55b15d7945833b57f0d4e1b6a1 | |
parent | 0bd690062da1d4e53f7cda384ff1fe04dd1f2a35 (diff) | |
download | sofort-9a130a8f553833ada656c636fdedaca32a3250d4.tar.bz2 sofort-9a130a8f553833ada656c636fdedaca32a3250d4.tar.xz |
build system: sysinfo: expand the OS gallery.
-rw-r--r-- | sysinfo/os/msys.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysinfo/os/msys.mk b/sysinfo/os/msys.mk new file mode 100644 index 0000000..b70cc78 --- /dev/null +++ b/sysinfo/os/msys.mk @@ -0,0 +1,13 @@ +OS = msys +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 = +CFLAGS_OS += -U__STRICT_ANSI__ |