Overview
Comment: | Don't use lib prefix for DLLs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
95204567d29408e6a097e331c87d6756 |
User & Date: | js on 2020-04-19 14:06:16 |
Other Links: | manifest | tags |
Context
2020-05-02
| ||
19:13 | Make newer gmake versions not double print dirs check-in: e25f5ff4c0 user: js tags: trunk | |
2020-04-19
| ||
14:06 | Don't use lib prefix for DLLs check-in: 95204567d2 user: js tags: trunk | |
2020-02-18
| ||
23:52 | Make use of -include again check-in: 07c754748a user: js tags: trunk | |
Changes
Modified m4/buildsys.m4 from [a231c1e9f4] to [90f081db1f].
︙ | |||
180 181 182 183 184 185 186 | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | - + - + - - + + | 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='' |
︙ |