Overview
| Comment: | Fixed bug where dynamictk was always applied | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 360c2ef6917c1e83eaec6919e86b2b6f | 
| User & Date: | rkeene on 2015-05-29 17:08:34 | 
| Other Links: | manifest | tags | 
Context
| 2015-05-29 | ||
| 17:08 | Fixed issue with locating main.tcl on KitDLLs check-in: b6937cc4c5 user: rkeene tags: trunk | |
| 17:08 | Fixed bug where dynamictk was always applied check-in: 360c2ef691 user: rkeene tags: trunk | |
| 2015-04-02 | ||
| 21:31 | More work on the Mac OS X remote-build script check-in: 4753676e99 user: rkeene tags: trunk | |
Changes
Modified build/web/process_queue from [1edd04d78d] to [213ef78771].
| ︙ | ︙ | |||
| 88 89 90 91 92 93 94 | 
					set ::env(STRIP) true
				}
			}
			"storage" {
				lappend args "--enable-kit-storage=$value"
			}
			"dynamictk" {
 | > | | > | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | 
					set ::env(STRIP) true
				}
			}
			"storage" {
				lappend args "--enable-kit-storage=$value"
			}
			"dynamictk" {
				if {$value} {
					if {[lsearch -exact $buildinfo(packages) "tk"] != -1} {
						set ::env(STATICTK) -1
					}
				}
			}
			"minbuild" {
				if {$value} {
					set ::env(KITCREATOR_MINENCODINGS) 1
					set ::env(KITCREATOR_MINBUILD) 1
				}
 | 
| ︙ | ︙ |