Overview
Comment: | Updated to remove all non-static links to statically linked libraries |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
459ce657ff0d7962246a290a269a416a |
User & Date: | rkeene on 2010-09-26 04:43:00 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:43 | Switched to Zlib v1.2.3, newer versions have issues with cross-compiling to systems without a "libc" (e.g., Windows) check-in: 4d2a723204 user: rkeene tags: trunk | |
04:43 | Updated to remove all non-static links to statically linked libraries check-in: 459ce657ff user: rkeene tags: trunk | |
04:42 | KitCreator 0.2.4.x check-in: 49e8ab0bae user: rkeene tags: trunk, 0.2.4 | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [e537bcd01c] to [7d03825276].
︙ | ︙ | |||
110 111 112 113 114 115 116 117 118 119 120 121 122 123 | found="1" break ]) done if test "${found}" = "1"; then LIBS="${SAVELIBS} ${staticlib}" AC_MSG_RESULT([${staticlib}]) AC_SUBST(LIBS) $3 | > | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | found="1" break ]) done if test "${found}" = "1"; then SAVELIBS=`echo "$SAVELIBS" | sed 's@ $2 @@'` LIBS="${SAVELIBS} ${staticlib}" AC_MSG_RESULT([${staticlib}]) AC_SUBST(LIBS) $3 |
︙ | ︙ |