Overview
Comment: | Put under RCS |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d4245be85967cefbe6be0a6d94a7ab4f |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-28 11:58:07 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-28
| ||
12:02:19 | *** empty log message *** check-in: 409432c3fd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:58:07 | Put under RCS check-in: d4245be859 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:51:32 | Initial revision check-in: 11101e05ad user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/mtt_pinclude version [dd55a77a76].
> > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | #!/bin/sh # pinclude - explicitly includes Pascal files - p2c has probs. doing this ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### awk ' { if ( (match($1,"{\\$I")>0) || (match($1,"\\*\\$I")>0) ) { sub(/}/,"",$2); command=sprintf("mtt_pinclude %s",$2); system(command) } else{ print $0 } }' <$1 |
Added mttroot/mtt/bin/trans/rcs_header.sh version [0521c8429a].
> > > > > > > | 1 2 3 4 5 6 7 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### |