Differences From Artifact [8e0117b024]:
- File build/web/kitcreator.vfs/index.rvt — part of check-in [fb09031888] at 2014-08-28 17:44:38 on branch trunk — Updated to Tcl 8.6.2 and updated to clear MAKEFLAGS environment variable, which can influence sub-builds (user: rkeene, size: 9883) [annotate] [blame] [check-ins using] [more...]
To Artifact [6c5d09133a]:
- File build/web/kitcreator.vfs/index.rvt — part of check-in [5ae5d6d398] at 2014-08-31 19:04:09 on branch trunk — Added Incr Tcl (user: rkeene, size: 9916) [annotate] [blame] [check-ins using]
︙ | |||
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 |
︙ |