multiw-3.370
Add a 3rd multi-window include file that comes after compiler.370. Relocate a small section of Makefile lines common to both macOS.370 and linux.370 to multiw-3.370. Also relocate a section near the tail of compiler.370 that really has nothing to do with compilers or compiler flags, but was related to Qt which is one of the supported multi-window interfaces.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# NetHack 3.7 macOS.370 $NHDT-Date: 1633401749 2021/10/05 02:42:29 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.88 $
|
||||
# NetHack 3.7 macOS.370 $NHDT-Date: 1668359835 2022/11/13 17:17:15 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.116 $
|
||||
# Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015.
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
@@ -105,15 +105,9 @@ endif
|
||||
|
||||
#-INCLUDE compiler.370
|
||||
|
||||
ifdef WANT_WIN_TTY
|
||||
USE_CURSESLIB=1
|
||||
endif
|
||||
# multiw-3.370 must come after compiler.370
|
||||
|
||||
ifdef WANT_WIN_CURSES
|
||||
ifneq "$(USE_CURSESLIB)" "1"
|
||||
USE_CURSESLIB=1
|
||||
endif
|
||||
endif
|
||||
#-INCLUDE multiw-3.370
|
||||
|
||||
# NetHack sources control
|
||||
NHCFLAGS+=-DDLB
|
||||
|
||||
Reference in New Issue
Block a user