Artifact [6a5121b267]
Not logged in

Artifact 6a5121b26701d50317436d90453e38dbd88e2a49:


###############################################################################
#
# pkgIndex.tcl -- Eagle Package for Tcl (Garuda)
#
# Extensible Adaptable Generalized Logic Engine (Eagle)
# Package Index File
#
# Copyright (c) 2007-2012 by Joe Mistachkin.  All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: $
#
###############################################################################

if {![package vsatisfies [package provide Tcl] 8.4]} then {return}
if {[string length [package provide Eagle]] > 0} then {return}

package ifneeded HelloWorld 1.0 [list apply [list { dir } {
  puts stdout [exec [file join $dir HelloWorld.exe]]
  package provide HelloWorld 1.0
}] $dir]