This commit is contained in:
parent
a607b1d54c
commit
cdfaa35877
@ -2,7 +2,7 @@
|
||||
# OpenVMS MMS/MMK
|
||||
#
|
||||
|
||||
objects = main.obj,ctype.obj,stdio.obj
|
||||
objects = main.obj,ctype.obj,stdio.obj,http.obj
|
||||
|
||||
CFLAGS = /include="../.."
|
||||
#CFLAGS = /pointer_size=long /include="../.."
|
||||
@ -14,3 +14,4 @@ aseutl.olb : $(objects)
|
||||
main.obj depends_on main.c
|
||||
ctype.obj depends_on ctype.c
|
||||
stdio.obj depends_on stdio.c
|
||||
http.obj depends_on http.c
|
||||
|
Loading…
Reference in New Issue
Block a user