UltraRogue: fix various build failures.
This commit is contained in:
parent
11c74c273d
commit
b100b40846
5 changed files with 23 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue