#!/bin/sh
# line \
exec tclsh "$0" "$@"


if ![string compare $tcl_platform(platform) "unix"] {
	set path [exec where.tcl]
} else {
	set path [lindex $argv 0]
}
pkg_mkIndex $path ctcp.tcl custom.tcl server.tcl user.tcl dccchat.tcl personal.tcl winman.tcl clicks.tcl util.tcl events.tcl setup.tcl inet.tcl fontman.tcl tked.tcl
