Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Reversed the package preference order for twapi. The nettool package only properly supports 3.0.29 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
27aad69f9e7ea88fc9fcf3ddcd172b8e |
| User & Date: | hypnotoad 2016-03-07 23:48:14 |
Context
|
2016-03-09
| ||
| 12:08 | Fixes for OSX. Added an empty teapot for non-windows platforms check-in: a5fc81ad1e user: hypnotoad tags: trunk | |
| 11:53 | Feature branch to try to do builds locally Closed-Leaf check-in: c44f1e7ec2 user: hypnotoad tags: private (unpublished) | |
|
2016-03-07
| ||
| 23:48 | Reversed the package preference order for twapi. The nettool package only properly supports 3.0.29 check-in: 27aad69f9e user: hypnotoad tags: trunk | |
| 19:15 | Added handling of integrating snapshots from the local teapot into basekits check-in: 28c90d17e4 user: hypnotoad tags: trunk | |
Changes
Changes to build.tcl.
| ︙ | ︙ | |||
114 115 116 117 118 119 120 |
set ::KIT(TCL_PATCH_LEVEL) $::project(TCL_PATCH_LEVEL)
set ::KIT(TK_PATCH_LEVEL) $::project(TCL_PATCH_LEVEL)
lappend _search_paths {[file dirname $::project(srcdir)]}
}
lappend _search_paths $::odie(sandbox)
if {$::KIT(platform) eq "windows"} {
set ::KIT(TEAPOT) C:/Tcl/lib/teapot/package/win32-ix86/lib
| | | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
set ::KIT(TCL_PATCH_LEVEL) $::project(TCL_PATCH_LEVEL)
set ::KIT(TK_PATCH_LEVEL) $::project(TCL_PATCH_LEVEL)
lappend _search_paths {[file dirname $::project(srcdir)]}
}
lappend _search_paths $::odie(sandbox)
if {$::KIT(platform) eq "windows"} {
set ::KIT(TEAPOT) C:/Tcl/lib/teapot/package/win32-ix86/lib
dict set ::KIT(PACKAGES) twapi {version {3.0.32 4.1.27}}
}
array set build {
tcl 0
tk 0
packages 0
basekitvfs 0
|
| ︙ | ︙ |