*** empty log message ***
This commit is contained in:
parent
6e77c3efef
commit
b798cc0a76
@ -12,3 +12,22 @@ $ cc/define=__STAND_ALONE sa.c
|
|||||||
$
|
$
|
||||||
$ write sys$output "lib/create xpawk awk,parse,tree,sa"
|
$ write sys$output "lib/create xpawk awk,parse,tree,sa"
|
||||||
$ lib/create xpawk awk,parse,tree,sa
|
$ lib/create xpawk awk,parse,tree,sa
|
||||||
|
|
||||||
|
|
||||||
|
$ objs := awk,hash,tab,tree,parse,sa
|
||||||
|
$
|
||||||
|
$ loop:
|
||||||
|
$ file =
|
||||||
|
$ if file .ne. ""
|
||||||
|
$ then
|
||||||
|
$ gosub compile
|
||||||
|
$ goto loop
|
||||||
|
$ endif
|
||||||
|
$
|
||||||
|
$ exit
|
||||||
|
$
|
||||||
|
$ compile:
|
||||||
|
$ write sys$output "awk.c"
|
||||||
|
$ return
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user