Overview
| Comment: | Updated to the latest version of tcc4tcl |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5d9fc82c1fda2c5bffc70d7c0001437d |
| User & Date: | rkeene on 2017-10-13 20:39:51 |
| Other Links: | manifest | tags |
Context
|
2017-10-17
| ||
| 04:01 | Removed obsolete files from initialization check-in: 3d037ffb60 user: rkeene tags: trunk | |
|
2017-10-13
| ||
| 20:39 | Updated to the latest version of tcc4tcl check-in: 5d9fc82c1f user: rkeene tags: trunk | |
| 01:52 | Compile tcc4tcl with stubs enabled (should be optional?) check-in: 204d6385f0 user: rkeene tags: trunk | |
Changes
Modified tcc4tcl/build.sh from [ef508fc70b] to [ca30740a6a].
1 2 3 4 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#! /usr/bin/env bash
# BuildCompatible: KitCreator
version="0.30"
url="http://rkeene.org/devel/tcc4tcl/tcc4tcl-${version}.tar.gz"
sha256='f120e8e0d87c87c1775215dbede1de4633bdfce61a354fb7976da8870a311937'
configure_extra=()
function preconfigure() {
configure_extra=("${configure_extra[@]}" "--enable-stubs")
if echo " ${CONFIGUREEXTRA} " | grep ' --disable-load ' >/dev/null; then
configure_extra=("${configure_extra[@]}" "--with-dlopen")
else
|
| ︙ | ︙ |