*** empty log message ***

This commit is contained in:
2007-02-13 06:42:41 +00:00
parent 16d69103d2
commit 98ea57a7b9
3 changed files with 42 additions and 2 deletions

View File

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

13
ase/test/lsp/descrip.mms Normal file
View File

@ -0,0 +1,13 @@
#
# OpenVMS MMS/MMK
#
objects = lsp.obj
CFLAGS = /include="../../.."
#CFLAGS = /pointer_size=long /include="../../.."
aselsp.exe : $(objects)
link /executable=aselsp.exe $(objects),[-.-.lsp]aselsp/library
lsp.obj depends_on lsp.c