Add RT11 macro libraries.

Hopefully they won't open as RSX ones, because then they still won't work.
Can't test this now.
This commit is contained in:
Olaf Seibert
2017-04-27 20:29:04 +02:00
parent 96cfd4a152
commit e4ec481d3d
5 changed files with 57 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ CFLAGS ?= -O -ggdb -std=gnu99 $(WARNS)
MACRO11_SRCS = macro11.c \
assemble.c assemble_globals.c assemble_aux.c \
extree.c listing.c macros.c parse.c rept_irpc.c symbols.c \
mlb-rsx.c object.c stream2.c util.c rad50.c
mlb2.c mlb-rsx.c mlb-rt11.c object.c stream2.c util.c rad50.c
MACRO11_OBJS = $(MACRO11_SRCS:.c=.o)