Overview
Comment: | Updated to use newer mingw32 conventions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3178a7003edaf1debd57db987120def0 |
User & Date: | rkeene on 2012-07-19 00:25:20 |
Other Links: | manifest | tags |
Context
2014-11-24
| ||
17:57 | Moved makearch.info out of the top-level directory check-in: 80da1b203b user: rkeene tags: trunk | |
2012-07-19
| ||
00:25 | Updated to use newer mingw32 conventions check-in: 3178a7003e user: rkeene tags: trunk | |
2011-09-05
| ||
14:36 | Removed generated files from version control check-in: 0d42a059cd user: rkeene tags: trunk | |
Changes
Modified aclocal.m4 from [f808bf7d3c] to [12931a90b0].
︙ | ︙ | |||
118 119 120 121 122 123 124 | case $host_os in darwin*) SHOBJEXT="dylib" ;; hpux*) SHOBJEXT="sl" ;; | | | | | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | case $host_os in darwin*) SHOBJEXT="dylib" ;; hpux*) SHOBJEXT="sl" ;; mingw32|mingw32msvc*) SHOBJEXT="dll" SHOBJFLAGS="-DPIC" CFLAGS="$CFLAGS -mms-bitfields" CPPFLAGS="$CPPFLAGS -mms-bitfields" SHOBJLDFLAGS='-shared -Wl,--dll -Wl,--enable-auto-image-base -Wl,--output-def,$[@].def,--out-implib,$[@].a' ;; cygwin*) SHOBJEXT="dll" SHOBJFLAGS="-fPIC -DPIC" CFLAGS="$CFLAGS -mms-bitfields" CPPFLAGS="$CPPFLAGS -mms-bitfields" |
︙ | ︙ |