This commit is contained in:
2008-03-22 07:02:20 +00:00
parent b6076d81ff
commit d7c9d78474
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# OpenVMS MMS/MMK
#
objects = main.obj,ctype.obj,stdio.obj,http.obj
objects = main.obj,ctype.obj,stdio.obj,http.obj,getopt.obj
CFLAGS = /include="../.."
#CFLAGS = /pointer_size=long /include="../.."
@ -15,3 +15,4 @@ main.obj depends_on main.c
ctype.obj depends_on ctype.c
stdio.obj depends_on stdio.c
http.obj depends_on http.c
getopt.obj depends_on getopt.c