remove field-level savefile code
This commit is contained in:
@@ -452,7 +452,6 @@ HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \
|
||||
options.c pager.c pickup.c pline.c polyself.c potion.c pray.c \
|
||||
priest.c quest.c questpgr.c read.c rect.c region.c restore.c \
|
||||
rip.c rnd.c role.c rumors.c save.c sfstruct.c \
|
||||
sfbase.c sfdata.c sfascii.c sflendian.c \
|
||||
shk.c shknam.c sit.c sounds.c \
|
||||
sp_lev.c spell.c steal.c steed.c sys.c teleport.c timeout.c \
|
||||
topten.c track.c trap.c u_init.c \
|
||||
@@ -469,7 +468,7 @@ SYSCSRC = ../sys/atari/tos.c ../sys/share/pcmain.c ../sys/share/pcsys.c \
|
||||
SYSCXXSRC = ../sys/share/cppregex.cpp
|
||||
|
||||
# generated source files (tile.c is handled separately via WINxxxSRC)
|
||||
GENCSRC = vis_tab.c sfdata.c #tile.c
|
||||
GENCSRC = vis_tab.c #tile.c
|
||||
|
||||
# all windowing-system-dependent .c (for dependencies and such)
|
||||
WINCSRC = $(WINTTYSRC) $(WINCURSESSRC) $(WINX11SRC) $(WINGNOMESRC) $(WINGEMSRC)
|
||||
@@ -520,7 +519,6 @@ HOBJ = $(FIRSTOBJ) allmain.o alloc.o apply.o artifact.o attrib.o ball.o \
|
||||
pager.o pickup.o pline.o polyself.o potion.o pray.o priest.o \
|
||||
quest.o questpgr.o read.o rect.o region.o restore.o rip.o rnd.o \
|
||||
role.o rumors.o save.o sfstruct.o \
|
||||
sfbase.o sfdata.o sfascii.o sflendian.o \
|
||||
shk.o shknam.o sit.o sounds.o sp_lev.o spell.o sys.o \
|
||||
steal.o steed.o teleport.o timeout.o topten.o track.o trap.o u_init.o \
|
||||
uhitm.o vault.o vision.o vis_tab.o weapon.o were.o wield.o windows.o \
|
||||
@@ -666,26 +664,7 @@ tile.c: ../win/share/tilemap.c $(HACK_H)
|
||||
../win/gnome/gn_rip.h: ../win/X11/rip.xpm
|
||||
cp ../win/X11/rip.xpm ../win/gnome/gn_rip.h
|
||||
|
||||
# readtags dependencies
|
||||
#
|
||||
#
|
||||
sfstruct.o: sfstruct.c $(HACK_H)
|
||||
sfbase.o: sfbase.c $(HACK_H) ../include/sfproto.h ../include/sfprocs.h
|
||||
sfascii.o: sfascii.c $(HACK_H) ../include/sfprocs.h
|
||||
sflendian.o: sflendian.c $(HACK_H) ../include/sfprocs.h
|
||||
sfdata.o: sfdata.c $(HACK_H) ../include/sfprocs.h
|
||||
|
||||
#../util/readtags:
|
||||
# @( cd ../util ; $(MAKE) readtags )
|
||||
#
|
||||
#../util/nethack.tags:
|
||||
# @( cd ../util ; $(MAKE) nethack.tags )
|
||||
#
|
||||
#sfdata.c: ../util/readtags ../util/nethack.tags
|
||||
# @( cd ../util ; ./readtags )
|
||||
#
|
||||
#../include/sfproto.h: ../util/readtags ../util/nethack.tags
|
||||
# @( cd ../util ; ./readtags )
|
||||
|
||||
# date.h should be remade any time any of the source or include code
|
||||
# is modified. Unfortunately, this would make the contents of this
|
||||
@@ -777,7 +756,7 @@ $(HACK_H): ../include/hack.h $(CONFIG_H) ../include/lint.h ../include/align.h \
|
||||
tos.o: ../sys/atari/tos.c $(HACK_H) ../include/tcap.h
|
||||
$(CC) $(CFLAGS) -c -o $@ ../sys/atari/tos.c
|
||||
pcmain.o: ../sys/share/pcmain.c $(HACK_H) ../include/dlb.h \
|
||||
../include/sfproto.h ../include/integer.h
|
||||
../include/integer.h
|
||||
$(CC) $(CFLAGS) -c -o $@ ../sys/share/pcmain.c
|
||||
pcsys.o: ../sys/share/pcsys.c $(HACK_H)
|
||||
$(CC) $(CFLAGS) -c -o $@ ../sys/share/pcsys.c
|
||||
@@ -1001,16 +980,14 @@ wc_chainout.o: ../win/chain/wc_chainout.c $(HACK_H)
|
||||
wc_trace.o: ../win/chain/wc_trace.c $(HACK_H) ../include/func_tab.h
|
||||
$(CC) $(CFLAGS) -c -o $@ ../win/chain/wc_trace.c
|
||||
vis_tab.o: vis_tab.c $(CONFIG_H) ../include/vis_tab.h
|
||||
sfdata.o: sfdata.c $(HACK_H) ../include/artifact.h ../include/func_tab.h \
|
||||
../include/lev.h ../include/integer.h ../include/sfproto.h
|
||||
allmain.o: allmain.c $(HACK_H)
|
||||
alloc.o: alloc.c $(CONFIG_H)
|
||||
apply.o: apply.c $(HACK_H)
|
||||
artifact.o: artifact.c $(HACK_H) ../include/artifact.h ../include/artilist.h \
|
||||
../include/sfproto.h ../include/integer.h
|
||||
../include/integer.h
|
||||
attrib.o: attrib.c $(HACK_H)
|
||||
ball.o: ball.c $(HACK_H)
|
||||
bones.o: bones.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
bones.o: bones.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
botl.o: botl.c $(HACK_H)
|
||||
cmd.o: cmd.c $(HACK_H) ../include/lev.h ../include/func_tab.h
|
||||
@@ -1029,24 +1006,24 @@ dokick.o: dokick.c $(HACK_H)
|
||||
dothrow.o: dothrow.c $(HACK_H)
|
||||
drawing.o: drawing.c $(HACK_H) ../include/tcap.h
|
||||
dungeon.o: dungeon.c $(HACK_H) ../include/dgn_file.h ../include/dlb.h \
|
||||
../include/lev.h ../include/sfproto.h ../include/integer.h
|
||||
../include/lev.h ../include/integer.h
|
||||
eat.o: eat.c $(HACK_H)
|
||||
end.o: end.c $(HACK_H) ../include/lev.h ../include/dlb.h ../include/sfproto.h \
|
||||
end.o: end.c $(HACK_H) ../include/lev.h ../include/dlb.h \
|
||||
../include/integer.h
|
||||
engrave.o: engrave.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
engrave.o: engrave.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
exper.o: exper.c $(HACK_H)
|
||||
explode.o: explode.c $(HACK_H)
|
||||
extralev.o: extralev.c $(HACK_H)
|
||||
files.o: files.c $(HACK_H) ../include/dlb.h ../include/sfproto.h \
|
||||
../include/integer.h ../include/sfprocs.h ../include/lev.h \
|
||||
files.o: files.c $(HACK_H) ../include/dlb.h \
|
||||
../include/integer.h ../include/lev.h \
|
||||
#zlib.h
|
||||
fountain.o: fountain.c $(HACK_H)
|
||||
hack.o: hack.c $(HACK_H)
|
||||
hacklib.o: hacklib.c $(HACK_H)
|
||||
invent.o: invent.c $(HACK_H)
|
||||
isaac64.o: isaac64.c $(CONFIG_H) ../include/isaac64.h
|
||||
light.o: light.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
light.o: light.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
lock.o: lock.c $(HACK_H)
|
||||
mail.o: mail.c $(HACK_H) ../include/mail.h
|
||||
@@ -1067,9 +1044,9 @@ minion.o: minion.c $(HACK_H)
|
||||
mklev.o: mklev.c $(HACK_H)
|
||||
mkmap.o: mkmap.c $(HACK_H) ../include/sp_lev.h
|
||||
mkmaze.o: mkmaze.c $(HACK_H) ../include/sp_lev.h ../include/lev.h \
|
||||
../include/sfproto.h ../include/integer.h
|
||||
../include/integer.h
|
||||
mkobj.o: mkobj.c $(HACK_H)
|
||||
mkroom.o: mkroom.c $(HACK_H) ../include/sfproto.h ../include/integer.h
|
||||
mkroom.o: mkroom.c $(HACK_H) ../include/integer.h
|
||||
mon.o: mon.c $(HACK_H) ../include/mfndpos.h
|
||||
mondata.o: mondata.c $(HACK_H)
|
||||
monmove.o: monmove.c $(HACK_H) ../include/mfndpos.h ../include/artifact.h
|
||||
@@ -1082,13 +1059,13 @@ muse.o: muse.c $(HACK_H)
|
||||
music.o: music.c $(HACK_H)
|
||||
nhlua.o: nhlua.c $(HACK_H) ../include/dlb.h
|
||||
nhlsel.o: nhlsel.c $(HACK_H) ../include/sp_lev.h
|
||||
o_init.o: o_init.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
o_init.o: o_init.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
objects.o: objects.c $(CONFIG_H) ../include/obj.h ../include/objclass.h \
|
||||
../include/prop.h ../include/skills.h ../include/color.h
|
||||
objnam.o: objnam.c $(HACK_H)
|
||||
options.o: options.c $(CONFIG_H) ../include/objclass.h ../include/flag.h \
|
||||
$(HACK_H) ../include/tcap.h ../include/sfprocs.h \
|
||||
$(HACK_H) ../include/tcap.h \
|
||||
../include/integer.h
|
||||
pager.o: pager.c $(HACK_H) ../include/dlb.h
|
||||
pickup.o: pickup.c $(HACK_H)
|
||||
@@ -1101,23 +1078,18 @@ quest.o: quest.c $(HACK_H)
|
||||
questpgr.o: questpgr.c $(HACK_H) ../include/dlb.h
|
||||
read.o: read.c $(HACK_H)
|
||||
rect.o: rect.c $(HACK_H)
|
||||
region.o: region.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
region.o: region.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
restore.o: restore.c $(HACK_H) ../include/lev.h ../include/tcap.h \
|
||||
../include/sfproto.h ../include/integer.h
|
||||
../include/integer.h
|
||||
rip.o: rip.c $(HACK_H)
|
||||
rnd.o: rnd.c $(HACK_H) ../include/isaac64.h
|
||||
role.o: role.c $(HACK_H)
|
||||
rumors.o: rumors.c $(HACK_H) ../include/lev.h ../include/dlb.h \
|
||||
../include/sfproto.h ../include/integer.h
|
||||
save.o: save.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
../include/integer.h
|
||||
save.o: save.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
sfstruct.o: sfstruct.c $(HACK_H)
|
||||
sfbase.o: sfbase.c $(HACK_H) ../include/integer.h ../include/sfprocs.h
|
||||
sfdata.o: sfdata.c $(HACK_H) ../include/artifact.h ../include/func_tab.h \
|
||||
../include/lev.h ../include/integer.h ../include/sfproto.h
|
||||
sfascii.o: sfascii.c $(HACK_H) ../include/integer.h ../include/sfprocs.h
|
||||
sflendian.o: sflendian.c $(HACK_H) ../include/integer.h ../include/sfprocs.h
|
||||
shk.o: shk.c $(HACK_H)
|
||||
shknam.o: shknam.c $(HACK_H)
|
||||
sit.o: sit.c $(HACK_H) ../include/artifact.h
|
||||
@@ -1128,7 +1100,7 @@ steal.o: steal.c $(HACK_H)
|
||||
steed.o: steed.c $(HACK_H)
|
||||
sys.o: sys.c $(HACK_H)
|
||||
teleport.o: teleport.c $(HACK_H)
|
||||
timeout.o: timeout.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
timeout.o: timeout.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
topten.o: topten.c $(HACK_H) ../include/dlb.h ../include/patchlevel.h
|
||||
track.o: track.c $(HACK_H)
|
||||
@@ -1137,7 +1109,7 @@ u_init.o: u_init.c $(HACK_H)
|
||||
uhitm.o: uhitm.c $(HACK_H)
|
||||
vault.o: vault.c $(HACK_H)
|
||||
version.o: version.c $(HACK_H) ../include/dlb.h ../include/date.h \
|
||||
../include/lev.h ../include/sfproto.h ../include/integer.h \
|
||||
../include/lev.h ../include/integer.h \
|
||||
../include/patchlevel.h
|
||||
vision.o: vision.c $(HACK_H) ../include/vis_tab.h
|
||||
weapon.o: weapon.c $(HACK_H)
|
||||
@@ -1145,7 +1117,7 @@ were.o: were.c $(HACK_H)
|
||||
wield.o: wield.c $(HACK_H)
|
||||
windows.o: windows.c $(HACK_H) ../include/wingem.h ../include/winGnome.h
|
||||
wizard.o: wizard.c $(HACK_H)
|
||||
worm.o: worm.c $(HACK_H) ../include/lev.h ../include/sfproto.h \
|
||||
worm.o: worm.c $(HACK_H) ../include/lev.h \
|
||||
../include/integer.h
|
||||
worn.o: worn.c $(HACK_H)
|
||||
write.o: write.c $(HACK_H)
|
||||
|
||||
@@ -129,11 +129,6 @@ LEXYYC = lex.yy.c
|
||||
# YTABH = y_tab.h
|
||||
# LEXYYC = lexyy.c
|
||||
|
||||
# This is the universal ctags utility which produces the tags in the
|
||||
# format that util/readtags requires.
|
||||
# https://github.com/universal-ctags/ctags.git
|
||||
CTAGSCMD = universal-ctags
|
||||
|
||||
# if you change this to 1, feedback while building will omit -Dthis -Wthat
|
||||
# -Isomewhere so that each file being compiled is listed on one short line;
|
||||
# it requires support for '$<' in rules with more than one prerequisite
|
||||
@@ -189,7 +184,6 @@ MAKESRC = makedefs.c ../src/mdlib.c
|
||||
RECOVSRC = recover.c
|
||||
DLBSRC = dlb_main.c
|
||||
UTILSRCS = $(MAKESRC) panic.c $(DGNCOMPSRC) $(RECOVSRC) $(DLBSRC)
|
||||
READTAGSSRC = readtags.c
|
||||
|
||||
# files that define all monsters and objects
|
||||
CMONOBJ = ../src/monst.c ../src/objects.c
|
||||
@@ -210,9 +204,6 @@ RECOVOBJS = recover.o
|
||||
# object files for the data librarian
|
||||
DLBOBJS = dlb_main.o $(OBJDIR)/dlb.o $(OALLOC)
|
||||
|
||||
# object files for readtags
|
||||
READTAGSOBJS = readtags.o
|
||||
|
||||
# flags for creating distribution versions of sys/share/*_lex.c, using
|
||||
# a more portable flex skeleton, which is not included in the distribution.
|
||||
# hopefully keeping this out of the section to be edited will keep too
|
||||
@@ -369,67 +360,6 @@ tileedit: tileedit.cpp $(TEXT_IO)
|
||||
$(CC) -o tileedit -I../include -I$(QTDIR)/include -L$(QTDIR)/lib \
|
||||
tileedit.cpp $(TEXT_IO) -lqt
|
||||
|
||||
# dependencies for readtags
|
||||
#
|
||||
CTAGDEP = ../include/align.h ../include/artifact.h ../include/artilist.h \
|
||||
../include/attrib.h ../include/context.h ../include/coord.h \
|
||||
../include/decl.h ../include/dungeon.h ../include/engrave.h \
|
||||
../include/flag.h ../include/func_tab.h ../include/global.h \
|
||||
../include/hack.h ../include/lev.h ../include/mextra.h \
|
||||
../include/mkroom.h ../include/monst.h ../include/monsym.h \
|
||||
../include/obj.h ../include/objclass.h ../include/prop.h \
|
||||
../include/quest.h ../include/rect.h ../include/region.h \
|
||||
../include/rm.h ../include/skills.h ../include/spell.h \
|
||||
../include/sys.h ../include/timeout.h ../include/trap.h \
|
||||
../include/you.h ../include/onames.h ../include/wintype.h
|
||||
# ../include/permonst.h
|
||||
CTAGSOPT = --language-force=c --sort=no -D"Bitfield(x,n)=unsigned x : n" --excmd=pattern
|
||||
|
||||
readtags: $(READTAGSOBJS)
|
||||
$(CC) $(LFLAGS) -o readtags $(READTAGSOBJS) $(LIBS)
|
||||
|
||||
readtags.o: readtags.c $(HACK_H)
|
||||
$(CC) $(CFLAGS) -c readtags.c
|
||||
|
||||
nethack.tags: $(CTAGDEP)
|
||||
#
|
||||
# tested with universal ctags from https://github.com/universal-ctags/ctags.git
|
||||
#
|
||||
$(CTAGSCMD) $(CTAGSOPT) -f nethack.tags ../include/align.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/artifact.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/artilist.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/attrib.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/context.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/coord.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/decl.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/dungeon.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/engrave.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/flag.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/func_tab.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/global.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/hack.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/lev.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/mextra.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/mkroom.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/monst.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/monsym.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/obj.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/objclass.h
|
||||
# $(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/permonst.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/prop.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/quest.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/rect.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/region.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/rm.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/skills.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/spell.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/sys.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/timeout.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/trap.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/you.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/onames.h
|
||||
$(CTAGSCMD) $(CTAGSOPT) -a -f nethack.tags ../include/wintype.h
|
||||
|
||||
# using dependencies like
|
||||
# ../src/foo::
|
||||
# @( cd ../src ; $(MAKE) foo )
|
||||
|
||||
@@ -142,10 +142,6 @@
|
||||
31B8A46021A26AE70055BD01 /* dlb_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 31B8A45F21A26AE70055BD01 /* dlb_main.c */; };
|
||||
31B8A46121A26AF60055BD01 /* panic.c in Sources */ = {isa = PBXBuildFile; fileRef = 31B8A42721A267E60055BD01 /* panic.c */; };
|
||||
31B8A46221A26B020055BD01 /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 31B8A36521A238040055BD01 /* alloc.c */; };
|
||||
544768A323994965004B9739 /* sfascii.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768A223994965004B9739 /* sfascii.c */; };
|
||||
544768A5239949A8004B9739 /* sfbase.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768A4239949A8004B9739 /* sfbase.c */; };
|
||||
544768A9239949FA004B9739 /* sfdata.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768A6239949FA004B9739 /* sfdata.c */; };
|
||||
544768AA239949FA004B9739 /* sflendian.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768A7239949FA004B9739 /* sflendian.c */; };
|
||||
544768AB239949FA004B9739 /* sfstruct.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768A8239949FA004B9739 /* sfstruct.c */; };
|
||||
544768AE23994A17004B9739 /* nhlsel.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768AC23994A17004B9739 /* nhlsel.c */; };
|
||||
544768AF23994A17004B9739 /* nhlua.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768AD23994A17004B9739 /* nhlua.c */; };
|
||||
@@ -486,18 +482,12 @@
|
||||
31B8A45F21A26AE70055BD01 /* dlb_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dlb_main.c; path = ../../util/dlb_main.c; sourceTree = "<group>"; };
|
||||
31B8A46421A278AC0055BD01 /* dgn_comp.y */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.yacc; name = dgn_comp.y; path = ../../util/dgn_comp.y; sourceTree = "<group>"; };
|
||||
31B8A46821A288770055BD01 /* dgn_comp.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; name = dgn_comp.l; path = ../../util/dgn_comp.l; sourceTree = "<group>"; };
|
||||
544768A223994965004B9739 /* sfascii.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sfascii.c; path = ../../src/sfascii.c; sourceTree = "<group>"; };
|
||||
544768A4239949A8004B9739 /* sfbase.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sfbase.c; path = ../../src/sfbase.c; sourceTree = "<group>"; };
|
||||
544768A6239949FA004B9739 /* sfdata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sfdata.c; path = ../../src/sfdata.c; sourceTree = "<group>"; };
|
||||
544768A7239949FA004B9739 /* sflendian.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sflendian.c; path = ../../src/sflendian.c; sourceTree = "<group>"; };
|
||||
544768A8239949FA004B9739 /* sfstruct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sfstruct.c; path = ../../src/sfstruct.c; sourceTree = "<group>"; };
|
||||
544768AC23994A17004B9739 /* nhlsel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = nhlsel.c; path = ../../src/nhlsel.c; sourceTree = "<group>"; };
|
||||
544768AD23994A17004B9739 /* nhlua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = nhlua.c; path = ../../src/nhlua.c; sourceTree = "<group>"; };
|
||||
544768B023994A2C004B9739 /* mdlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mdlib.c; path = ../../src/mdlib.c; sourceTree = "<group>"; };
|
||||
544768B423995447004B9739 /* isaac64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = isaac64.h; path = ../../include/isaac64.h; sourceTree = "<group>"; };
|
||||
544768B523995488004B9739 /* nhlua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nhlua.h; path = ../../include/nhlua.h; sourceTree = "<group>"; };
|
||||
544768B623995488004B9739 /* sfprocs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sfprocs.h; path = ../../include/sfprocs.h; sourceTree = "<group>"; };
|
||||
544768B723995488004B9739 /* sfproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sfproto.h; path = ../../include/sfproto.h; sourceTree = "<group>"; };
|
||||
544768B923995BB7004B9739 /* liblua.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblua.a; path = ../../lib/lua/liblua.a; sourceTree = "<group>"; };
|
||||
54FCE8282223261F00F393C8 /* isaac64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = isaac64.c; path = ../../src/isaac64.c; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
@@ -567,11 +557,7 @@
|
||||
544768B023994A2C004B9739 /* mdlib.c */,
|
||||
544768AC23994A17004B9739 /* nhlsel.c */,
|
||||
544768AD23994A17004B9739 /* nhlua.c */,
|
||||
544768A6239949FA004B9739 /* sfdata.c */,
|
||||
544768A7239949FA004B9739 /* sflendian.c */,
|
||||
544768A8239949FA004B9739 /* sfstruct.c */,
|
||||
544768A4239949A8004B9739 /* sfbase.c */,
|
||||
544768A223994965004B9739 /* sfascii.c */,
|
||||
31B8A35521A238030055BD01 /* allmain.c */,
|
||||
31B8A36521A238040055BD01 /* alloc.c */,
|
||||
31B8A35E21A238040055BD01 /* apply.c */,
|
||||
@@ -710,8 +696,6 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
544768B523995488004B9739 /* nhlua.h */,
|
||||
544768B623995488004B9739 /* sfprocs.h */,
|
||||
544768B723995488004B9739 /* sfproto.h */,
|
||||
544768B423995447004B9739 /* isaac64.h */,
|
||||
3186A3B721A4B0FD0052BF02 /* align.h */,
|
||||
3186A38021A4B0FB0052BF02 /* amiconf.h */,
|
||||
@@ -1460,7 +1444,6 @@
|
||||
files = (
|
||||
31B8A3BC21A238060055BD01 /* eat.c in Sources */,
|
||||
31B8A3A921A238060055BD01 /* music.c in Sources */,
|
||||
544768A9239949FA004B9739 /* sfdata.c in Sources */,
|
||||
544768B123994A2C004B9739 /* mdlib.c in Sources */,
|
||||
31B8A3D221A238060055BD01 /* engrave.c in Sources */,
|
||||
31B8A3A021A238060055BD01 /* exper.c in Sources */,
|
||||
@@ -1479,7 +1462,6 @@
|
||||
31B8A41921A244940055BD01 /* objects.c in Sources */,
|
||||
31B8A3AA21A238060055BD01 /* wizard.c in Sources */,
|
||||
31B8A3D021A238060055BD01 /* explode.c in Sources */,
|
||||
544768A5239949A8004B9739 /* sfbase.c in Sources */,
|
||||
31B8A3DE21A238060055BD01 /* sys.c in Sources */,
|
||||
31B8A38021A238060055BD01 /* sit.c in Sources */,
|
||||
31B8A3AF21A238060055BD01 /* lock.c in Sources */,
|
||||
@@ -1580,7 +1562,6 @@
|
||||
31B8A38E21A238060055BD01 /* quest.c in Sources */,
|
||||
31B8A3D621A238060055BD01 /* region.c in Sources */,
|
||||
31B8A3D421A238060055BD01 /* worm.c in Sources */,
|
||||
544768AA239949FA004B9739 /* sflendian.c in Sources */,
|
||||
31B8A3C921A238060055BD01 /* sounds.c in Sources */,
|
||||
31B8A37C21A238060055BD01 /* pager.c in Sources */,
|
||||
31B8A39F21A238060055BD01 /* fountain.c in Sources */,
|
||||
@@ -1589,7 +1570,6 @@
|
||||
31B8A3D321A238060055BD01 /* cmd.c in Sources */,
|
||||
31B8A3AB21A238060055BD01 /* mplayer.c in Sources */,
|
||||
31B8A3CC21A238060055BD01 /* pickup.c in Sources */,
|
||||
544768A323994965004B9739 /* sfascii.c in Sources */,
|
||||
31B8A39721A238060055BD01 /* invent.c in Sources */,
|
||||
31B8A40021A23E6E0055BD01 /* getline.c in Sources */,
|
||||
31B8A3B521A238060055BD01 /* rect.c in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user