Differences From Artifact [194c062082]:
- File
build-aux/m4/buildsys.m4
— part of check-in
[23165f012c]
at
2021-11-21 21:42:52
on branch trunk
— Don't create implib for DLLs
It is possible to directly link against the DLL, which is faster. (user: js, size: 14298) [annotate] [blame] [check-ins using]
To Artifact [bf0dbb3405]:
- File build-aux/m4/buildsys.m4 — part of check-in [fd91ea17cb] at 2021-11-21 23:40:03 on branch trunk — Fix (un)install of DLLs (user: js, size: 14329) [annotate] [blame] [check-ins using]
︙ | |||
205 206 207 208 209 210 211 | 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | - + - - + + | *-*-mingw* | *-*-cygwin*) AC_MSG_RESULT(MinGW / Cygwin) LIB_CFLAGS='' LIB_LDFLAGS='-shared -Wl,--export-all-symbols' LIB_LDFLAGS_INSTALL_NAME='' LIB_PREFIX='' LIB_SUFFIX='${LIB_MAJOR}.dll' |
︙ |