Overview
Comment: | Include library major version in DLL name |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8dfc32139c470e8e3bc79b0fc13ed3dd |
User & Date: | js on 2021-05-02 15:08:48 |
Other Links: | manifest | tags |
Context
2021-05-02
| ||
22:18 | Fix installing DLLs on Windows check-in: ae68a88dd9 user: js tags: trunk | |
15:08 | Include library major version in DLL name check-in: 8dfc32139c user: js tags: trunk | |
2021-05-01
| ||
03:26 | Create potential include subdirectories check-in: 00d6e0e99a user: js tags: trunk | |
Changes
Modified build-aux/m4/buildsys.m4 from [8a8480cbc5] to [36d1530741].
︙ | |||
196 197 198 199 200 201 202 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | - + - + | 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='' |
︙ |