Artifact 88b30d44c1321e832fc0ca2284692e71313edb1e8ef1fd15c2558e144b41d8d1:
- Executable file
mttroot/mtt/bin/trans/cr_txt2h
— part of check-in
[d1532638b5]
at
2004-08-29 18:01:46
on branch origin/master
— Reads each CR name input and writes a directive to #include an equivalent
CR.hh from $MTT_LIB/cr/hh. (user: geraint@users.sourceforge.net, size: 96) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh gawk '{ printf ("#include \"%s/cr/hh/%s.hh\"\n", mttlib, $0) }' mttlib=${MTT_LIB}