mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 01:14:21 +01:00
removed redundant olc.c, olc.h and tedit.h files from the build. Added prototypes for the new variable save functions to players.c
This commit is contained in:
parent
930fe8c827
commit
e9e01081c7
5 changed files with 5 additions and 376 deletions
|
|
@ -29,8 +29,8 @@ OBJFILES = act.comm.o act.informative.o act.item.o act.movement.o \
|
|||
fight.o genmob.o genobj.o genolc.o genshp.o genwld.o genzon.o graph.o \
|
||||
handler.o house.o improved-edit.o interpreter.o limits.o magic.o mail.o \
|
||||
medit.o mobact.o modify.o oasis.o oasis_copy.o oasis_delete.o \
|
||||
oasis_list.o objsave.o oedit.o random.o redit.o sedit.o \
|
||||
shop.o spec_assign.o spec_procs.o spell_parser.o spells.o tedit.o \
|
||||
oasis_list.o objsave.o oedit.o random.o redit.o sedit.o tedit.o \
|
||||
shop.o spec_assign.o spec_procs.o spell_parser.o spells.o \
|
||||
utils.o weather.o zedit.o bsd-snprintf.o \
|
||||
dg_comm.o dg_db_scripts.o dg_event.o dg_handler.o dg_mobcmd.o \
|
||||
dg_misc.o dg_objcmd.o dg_scripts.o dg_triggers.o dg_wldcmd.o dg_olc.o \
|
||||
|
|
@ -44,7 +44,7 @@ CXREF_FILES = act.comm.c act.informative.c act.item.c act.movement.c \
|
|||
handler.c house.c improved-edit.c interpreter.c limits.c magic.c mail.c \
|
||||
medit.c mobact.c modify.c oasis.c oasis_copy.o oasis_delete.c \
|
||||
oasis_list.o objsave.c oedit.c random.c redit.c sedit.c \
|
||||
shop.c spec_assign.c spec_procs.c spell_parser.c spells.c tedit.c \
|
||||
shop.c spec_assign.c spec_procs.c spell_parser.c spells.c \
|
||||
utils.c weather.c zedit.c hedit.c bsd-snprintf.c players.c
|
||||
|
||||
default: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue