*** empty log message ***

This commit is contained in:
hyung-hwan 2007-03-19 14:35:02 +00:00
parent 9fb8857740
commit 1abc5fdb67

17
ase/cmn/descrip.mms Normal file
View File

@ -0,0 +1,17 @@
#
# OpenVMS MMS/MMK
#
objects = mem.obj,str.obj,misc.obj
CFLAGS = /include="../.."
#CFLAGS = /pointer_size=long /include="../.."
LIBRFLAGS =
asecmn.olb : $(objects)
$(LIBR)/create $(MMS$TARGET) $(objects)
# $(LIBR)/replace $(LIBRFLAGS) $(MMS$TARGET),$(objects)
mem.obj depends_on mem.c
str.obj depends_on str.c
misc.obj depends_on misc.c