Overview
Comment: | Added Incr Tcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5ae5d6d39860ac31b570aacce8bcfc5a |
User & Date: | rkeene on 2014-08-31 19:04:09 |
Other Links: | manifest | tags |
Context
2014-08-31
| ||
19:09 | Added more platforms check-in: 4f545e5193 user: rkeene tags: trunk | |
19:04 | Added Incr Tcl check-in: 5ae5d6d398 user: rkeene tags: trunk | |
2014-08-28
| ||
18:13 | Updated to clear DESTDIR as well, since it also breaks the build check-in: 90ea47d409 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [8e0117b024] to [6c5d09133a].
︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + | set packages(tk) "Tk" set packages(mk4tcl) "Metakit" set packages(tcc4tcl) "tcc4tcl" set packages(tls) TLS set packages(dbus) D-BUS set packages(tclx) TclX set packages(itcl) {[incr Tcl]} set disable { platform linux-mipsel {tk tcc4tcl} platform android-arm tk platform netbsd-amd64 {tk tcc4tcl} platform netbsd-i386 {tk tcc4tcl} platform solaris-sparc tcc4tcl |
︙ |