diff --git a/Cross-compiling b/Cross-compiling index 2fba66923..9e074a946 100644 --- a/Cross-compiling +++ b/Cross-compiling @@ -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: 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: