changeset 2595:52ad264b6c49

IMOC: put the linux flavour of the package index back in place. This index file gets written at build time and is specific to each operating system. Ingo had committed his macOS version of the index file some time in 2016.
author Peter Jacobs <peterj@mech.uq.edu.au>
date Sat, 01 Feb 2020 14:08:50 +1000
parents c7fdabc8c6ee
children 34360f7d6679
files app/imoc/source/pkgIndex.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/imoc/source/pkgIndex.tcl	Tue Oct 29 11:32:33 2019 +1000
+++ b/app/imoc/source/pkgIndex.tcl	Sat Feb 01 14:08:50 2020 +1000
@@ -8,4 +8,4 @@
 # script is sourced, the variable $dir must contain the
 # full path name of this file's directory.
 
-package ifneeded imoc 0.1 [list load [file join $dir imoc.dylib]]\n[list source [file join $dir moc_placard.tcl]]\n[list source [file join $dir moc_menu.tcl]]\n[list source [file join $dir moc_plot.tcl]]\n[list source [file join $dir moc_nodelist.tcl]]\n[list source [file join $dir moc_scales.tcl]]\n[list source [file join $dir moc_unitproc.tcl]]\n[list source [file join $dir moc_syn_cmds.tcl]]
+package ifneeded imoc 0.1 [list load [file join $dir imoc.so]]\n[list source [file join $dir moc_menu.tcl]]\n[list source [file join $dir moc_nodelist.tcl]]\n[list source [file join $dir moc_placard.tcl]]\n[list source [file join $dir moc_plot.tcl]]\n[list source [file join $dir moc_scales.tcl]]\n[list source [file join $dir moc_syn_cmds.tcl]]\n[list source [file join $dir moc_unitproc.tcl]]