Files
nethack/win
PatR d19e80ae2f NO_TILE_C => no USE_TILES in tile.c
Compiling with NO_TILE_C defined results in preventing USE_TILES
from being defined and that causes display.c to use alternate code.
Construct src/tile.c such that nethack links successfully if the
configuration specifies NO_TILE_C but the Makefile goes ahead and
builds tile.c, compiles it, and links with it, otherwise it conflicts
with that alternate code.  Prior to this, linking gave two complaints
about duplicate symbols and failed.
2021-12-31 13:49:43 -08:00
..
2021-03-13 18:17:00 -08:00
2021-12-26 14:40:03 -08:00
2021-12-31 01:53:46 -08:00
2021-12-31 13:49:43 -08:00
2021-02-05 19:16:49 -05:00
2021-12-20 08:16:13 -08:00
2021-11-11 17:35:11 -06:00
2021-09-18 19:51:04 -04:00