This commit is contained in:
hyung-hwan 2008-02-03 05:32:43 +00:00
parent a607b1d54c
commit cdfaa35877

View File

@ -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