Overview
Comment: | PLUGIN_LDFLAGS needs -shared on Windows. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
67e417000d3b9ab08ec4987fb53059d3 |
User & Date: | js on 2007-09-24 12:06:05 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
16:09 | Solaris only allows -f for ln if the file's already existent. check-in: 8b2924942b user: js tags: trunk | |
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 | |
Changes
Modified m4/sharedlib.m4 from [6956b3ec15] to [b612513a32].
︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - + | LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='' LIB_LDFLAGS='-shared -Wl,--out-implib,${LIB}.a' LIB_PREFIX='lib' LIB_SUFFIX='.dll' PLUGIN_CPPFLAGS='' PLUGIN_CFLAGS='' |
︙ |