*** empty log message ***

This commit is contained in:
2006-07-28 17:20:27 +00:00
parent bc921f906e
commit 8a659cf8a7
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
$
$! build script for OpenVMS
$! define xp [dir.of.xpkit.xp]
$
$ names := awk,err,tree,tab,map,parse,run,sa,val,func,misc,extio,rex
$ gosub compile
@ -17,7 +18,8 @@ $ goto compile_loop
$
$ compile_file:
$ write sys$output "Compiling ''name'.c..."
$ cc/define=XP_AWK_STAND_ALONE 'name'
$! cc/define=XP_AWK_STAND_ALONE 'name'
$ cc/define=XP_AWK_STAND_ALONE /pointer_size=long 'name'
$ return
$
$ archive: