repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tcl/tk, so gitk and git-gui will work
[msysgit/historical-msysgit.git]
/
lib
/
tk8.4
/
pkgIndex.tcl
blob
7a63e38371149d999abf85d055a46c1d2f207abc
1
if
{[
package
vcompare
[
package
provide
Tcl
]
8.4
] !=
0
} {
return
}
2
package
ifneeded Tk
8.4
[
list load
[
file join
$dir
.. .. bin tk84.dll
]
Tk
]