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: |
3c19e514273682e456b0072ecb0b3ae5 |
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: 612f611d7a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:58:07 | Put under RCS check-in: 3c19e51427 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:51:32 | Initial revision check-in: 7a850b4a7f 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$ ############################################################### |