*** empty log message ***

This commit is contained in:
2007-02-06 14:52:51 +00:00
parent 2f3138467a
commit a91c7b2568
6 changed files with 86 additions and 76 deletions

View File

@ -4,7 +4,8 @@
objects = awk.obj
CFLAGS = /pointer_size=long /include="../../.."
CFLAGS = /include="../../.."
#CFLAGS = /pointer_size=long /include="../../.."
awk.exe : $(objects)
link $(objects),[-.-.awk]aseawk/library

View File

@ -1,6 +0,0 @@
$ write sys$output "cc/define=__STAND_ALONE awk.c"
$ cc/define=__STAND_ALONE awk.c
$
$ write sys$output "link awk.obj,[-.-.awk]xpawk/library"
$ link awk.obj,[-.-.awk]xpawk/library