linuxcnc/tcl/pkgIndex.tcl
Jeff Epler 51fc09fd2d Rename many user visible parts to "linuxcnc"
this includes the main script, some of the GUIs, the Python module,
the Tcl package, some image fies.

On a sim system, axis, tkemc, xemc all start.  runtests pass.

a system with realtime wasn't yet tested.

packaging probably requires additional changes and was not yet tested.
2012-01-18 11:25:09 -06:00

12 lines
441 B
Tcl

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]]