Overview
Comment: | Added recently added extensions to the web interface |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7be354cf06080852a7d4bc689dc2f80c |
User & Date: | rkeene on 2014-12-19 02:18:20 |
Other Links: | manifest | tags |
Context
2014-12-19
| ||
02:33 | Updated to work correctly with cross-compiling check-in: dc8653dae7 user: rkeene tags: trunk | |
02:18 | Added recently added extensions to the web interface check-in: 7be354cf06 user: rkeene tags: trunk | |
02:08 | Added yajltcl support check-in: eb2922d636 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [c5465a7b68] to [f2fd1993e0].
︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + + | 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 packages(tcllib) "Tcllib" set packages(yajltcl) "YAJL-TCL" set packages(udp) "TclUDP" set disable { platform linux-mipsel {package_tk package_tcc4tcl package_tclx kitdll} platform android-arm {package_tk package_tclx} platform netbsd-amd64 {package_tk package_tcc4tcl package_tclx} platform netbsd-i386 {package_tk package_tcc4tcl package_tclx} platform solaris-sparc {package_tcc4tcl package_tclx} |
︙ |