directory correction bit in Cross-compiling doc

panic.c is in util
This commit is contained in:
nhmall
2020-05-04 09:16:33 -04:00
parent e440e9569d
commit 28ae203ad7

View File

@@ -295,7 +295,7 @@ On the HOST, here are the mandatory things that have to be built.
util/dlb
from sources: src/dlb.c, src/dlb_main.c, src/alloc.c,
src/panic.c
util/panic.c
purpose: For packaging up many files that are
required components of the TARGET game
into a single nhdat or nhdat370 combined
@@ -327,7 +327,7 @@ On the HOST, here are the mandatory things that have to be built.
from sources: win/share/gifread.c, win/share/tiletext.c,
win/share/tilemap.c, src/drawing.c,
src/decl.c, src/monst.c, src/objects.c,
src/alloc.c, src/panic.c
src/alloc.c, util/panic.c
purpose: <TBD>
util/ppmwrite
@@ -335,7 +335,7 @@ On the HOST, here are the mandatory things that have to be built.
from sources: win/share/ppmwrite.c, win/share/tiletext.c,
win/share/tilemap.c, src/drawing.c,
src/decl.c, src/monst.c, src/objects.c,
src/alloc.c, src/panic.c
src/alloc.c, util/panic.c
purpose: <TBD>