summaryrefslogtreecommitdiff
path: root/tcl/pkgIndex.tcl
blob: a865a2706f4f5c8febf530106e2cacefefb99b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package ifneeded "Linuxcnc" 1.0 \
 [list source [file join $dir linuxcnc.tcl]]
package ifneeded "Hal" 1.0 \
 [list load [file join $dir hal[info sharedlibextension]]]

# Support for inifile entry: [DISPLAY]TKPKG = Ngcgui
package ifneeded "Ngcgui" 1.0 \
  [list source [file join $dir ngcgui_app.tcl]]

# Support for inifile entry: [DISPLAY]TKPKG = Ngcguittt
package ifneeded "Ngcguittt" 1.0 \
  [list source [file join $dir ngcgui_ttt.tcl]]