*** empty log message ***
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user