]> granicus.if.org Git - nethack/commit
make sys/msdos/msdos-cross-compile.sh build msdos NetHack entirely
authornhmall <nhmall@nethack.org>
Fri, 14 Aug 2020 22:23:31 +0000 (18:23 -0400)
committernhmall <nhmall@nethack.org>
Fri, 14 Aug 2020 22:23:31 +0000 (18:23 -0400)
commit14d55c5bdba177a1a6b8830bd173fdb7226ddb8d
treeee867b521ebe085719aed7b06d77e05b7b71baeb
parent83f8da2a177fee4cb223c3b4362af5c6c6dc258d
make sys/msdos/msdos-cross-compile.sh build msdos NetHack entirely

- should work on linux or MacOS to build an msdos zipfile distribution
- no longer requires env variables be set ahead of it because it will set some
  defaults within
- you must have zip and unzip on your system though
- you have to "make fetch-lua" first if you haven't already done that
- script takes care of obtaining the djgpp-cross-compiler etc, then
  uses it to build msdos NetHack
- to clean and rebuild from scratch:
  make -f sys/msdos/Makefile1.cross clean
sys/msdos/Makefile1.cross
sys/msdos/msdos-cross-compile.sh