Differences From Artifact [18efd0c5fc]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [9396658a02] at 2012-05-07 04:18:32 on branch trunk — Stopped use of -mno-cygwin as it has been removed from some Mingw32s (user: rkeene, size: 13087) [annotate] [blame] [check-ins using]
To Artifact [2132d26434]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [ab3932ab3c] at 2012-07-19 05:25:42 on branch trunk — Updated to use newer mingw32 conventions (user: rkeene, size: 13075) [annotate] [blame] [check-ins using]
| ︙ | |||
451 452 453 454 455 456 457 | 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 | - + |
SHOBJEXT="dylib"
;;
hpux*)
SHOBJEXT="sl"
;;
mingw*)
SHOBJEXT="dll"
|
| ︙ |