Overview
Comment: | Don't create implib for DLLs
It is possible to directly link against the DLL, which is faster. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
23165f012cc4c836139e9d3383d2c434 |
User & Date: | js on 2021-11-21 21:42:52 |
Other Links: | manifest | tags |
Context
2021-11-21
| ||
23:40 | Fix (un)install of DLLs check-in: fd91ea17cb user: js tags: trunk | |
21:42 | Don't create implib for DLLs check-in: 23165f012c user: js tags: trunk | |
2021-09-04
| ||
10:24 | Don't use rpath on Windows check-in: dffa232bd2 user: js tags: trunk | |
Changes
Modified build-aux/m4/buildsys.m4 from [3c7fd1fbe8] to [194c062082].
︙ | |||
201 202 203 204 205 206 207 | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | - + + - + | INSTALL_PLUGIN='&& rm -fr ${DESTDIR}${plugindir}/$$i && cp -R $$i ${DESTDIR}${plugindir}/' UNINSTALL_PLUGIN='&& rm -fr ${DESTDIR}${plugindir}/$$i' CLEAN_LIB='' ;; *-*-mingw* | *-*-cygwin*) AC_MSG_RESULT(MinGW / Cygwin) LIB_CFLAGS='' |
︙ |