Differences From Artifact [cb0a719b07]:
- Executable file mttroot/mtt/bin/trans/icd_txt2m.sh — part of check-in [16076f51bd] at 2001-04-15 21:15:41 on branch origin/master — Added interface definition rep: _ICD.(txt|c|cc|m). (user: geraint@users.sourceforge.net, size: 427) [annotate] [blame] [check-ins using] [more...]
To Artifact [9439894fee]:
- Executable file mtt/bin/trans/icd_txt2m.sh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 428) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/icd_txt2m.sh
— part of check-in
[66bb5feadf]
at
2002-04-28 18:41:27
on branch origin/master
— Fixed [ 549658 ] awk should be gawk.
Replaced calls to awk with call to gawk. (user: geraint@users.sourceforge.net, size: 428) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | #! /bin/sh # Inform user echo Creating $1_icd.m #Create the component ICD file complete with headers. echo "function icd = $1_icd" > $1_icd.m echo "%% Component icd file ($1_icd.m)" >> $1_icd.m echo "%% Generated by MTT at `date`" >> $1_icd.m #Write out the variables |