*** empty log message ***

This commit is contained in:
hyung-hwan 2006-02-07 16:11:49 +00:00
parent 6e77c3efef
commit b798cc0a76

View File

@ -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