This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user