*** empty log message ***
This commit is contained in:
parent
9fb8857740
commit
1abc5fdb67
17
ase/cmn/descrip.mms
Normal file
17
ase/cmn/descrip.mms
Normal 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
|
Loading…
Reference in New Issue
Block a user