Overview
Comment: | s/MinGW32/Win32/ |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
52b37aef75463a82dfcafb792334f588 |
User & Date: | js on 2007-09-24 10:40:58 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
12:06 | PLUGIN_LDFLAGS needs -shared on Windows. check-in: 67e417000d user: js tags: trunk | |
10:40 | s/MinGW32/Win32/ check-in: 52b37aef75 user: js tags: trunk | |
10:38 | Also check target for *-*-cygwin. check-in: e970e34259 user: js tags: trunk | |
Changes
Modified m4/sharedlib.m4 from [31b9238a37] to [6956b3ec15].
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - + | PLUGIN_LDFLAGS='-shared -fPIC' PLUGIN_SUFFIX='.so' INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i' UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' CLEAN_LIB='' ;; *-*-mingw32 | *-*-cygwin) |
︙ |