Files
nethack/sys/unix/hints
nhmall 69600c3f38 add an optional deploy-to-dosbox target for msdos cross-compile
The WANT_DEBUG=1 will cause the cross-compile to include line
number information in the NetHack executable, useful for
backtraces and gdb debugging sessions.

How a developer can use the optional deploy-to-dosbox target:
    make CROSS_TO_MSDOS=1 WANT_DEBUG=1 dosbox=/mnt/c/dosbox deploy-to-dosbox

where dosbox= points to the directory which will be mounted for
your drive in dosbox

THe deploy-to-dosbox recipe ensures that a target copy of gdb.exe
ends up alongside nethack.exe at the target, including:
  - placing the source code that gdb requires on the target
    in the nhsrc subfolder.
  - an nhgdb.bat that supplies the right switches to gdb
    for locating the NetHack sources.
2024-12-15 10:26:49 -05:00
..
2018-11-11 10:29:52 -05:00
2024-11-20 09:56:01 -05:00
2024-11-20 09:56:01 -05:00
2020-08-13 11:35:26 -04:00
2024-02-28 20:15:56 -08:00
2024-02-28 20:15:56 -08:00
2023-02-19 15:06:55 -05:00