get the warning flags on linux and macOS into better alignment move the compiler flags into hints/include/compiler.2020 so that maintenance changes can be made there and take effect for both linux and macOS this will likely trigger some initial new code warnings to be investigated on either or both platforms
24 lines
893 B
Plaintext
24 lines
893 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# NetHack 3.7 multiw-1.2020 $NHDT-Date: 1597332785 2020/08/13 15:33:05 $ $NHDT-Branch: NetHack-3.7 $
|
|
|
|
# 1. Which windowing interface(s) should be included in this binary?
|
|
# One or more of these can be manually uncommented and/or can be specified
|
|
# on the 'make' command line. If none are enabled, tty will be used.
|
|
#WANT_WIN_TTY=1
|
|
#WANT_WIN_CURSES=1
|
|
#WANT_WIN_X11=1
|
|
#WANT_WIN_QT=1
|
|
|
|
# 2. What is the default window system?
|
|
# Exactly one of these can be manually uncommented and/or can be specified
|
|
# on the 'make' command line. If none is enabled, the first among
|
|
# WANT_WIN_{tty,curses,X11,Qt} that is enabled will become default.
|
|
#WANT_DEFAULT=tty
|
|
#WANT_DEFAULT=curses
|
|
#WANT_DEFAULT=Qt
|
|
#WANT_DEFAULT=X11
|
|
|
|
#end of multiw-1.2020
|
|
#------------------------------------------------------------------------------
|