MinGW: Second step of porting to MinGW

This commit is contained in:
Bart Van Assche
2021-07-17 21:22:26 -07:00
parent 16f817bfba
commit 5e6f6ec5ed
16 changed files with 98 additions and 42 deletions

View File

@@ -37,6 +37,14 @@ lib_LTLIBRARIES = libiscsi.la
libiscsi_la_SOURCES =
libiscsi_la_LIBADD = libiscsipriv.la
libiscsi.syms: libiscsi.syms.in
cat <$< >$@
if TARGET_OS_IS_WIN32
echo win32_poll >>$@
endif
EXTRA_libiscsi_la_DEPENDENCIES = libiscsi.syms
SOCURRENT=9
SOREVISON=0
SOAGE=0