UltraRogue: fix various build failures.

This commit is contained in:
John "Elwin" Edwards 2017-01-31 20:33:49 -05:00
parent 11c74c273d
commit b100b40846
5 changed files with 23 additions and 20 deletions

View file

@ -30,6 +30,7 @@ OBJS = armor.o \
magic.o \
main.o \
maze.o \
mdport.o \
memory.o \
misc.o \
monsdata.o \
@ -55,7 +56,8 @@ OBJS = armor.o \
verify.o \
vers.o \
weapons.o \
wizard.o
wizard.o \
xcrypt.o
PROGRAM = ur
@ -78,6 +80,7 @@ CFILES = armor.c \
magic.c \
main.c \
maze.c \
mdport.c \
memory.c \
misc.c \
monsdata.c \
@ -103,7 +106,8 @@ CFILES = armor.c \
verify.c \
vers.c \
weapons.c \
wizard.c
wizard.c \
xcrypt.c
MISC= Makefile README LICENSE.TXT history.txt TODO