OPTIONS_FILE core changes

-Allow overriding of OPTIONS_FILE in makdefs.c
-Change obsolete WIN32_GRAPHICS to the correct MSWIN_GRAPHICS
-Remove the 8514 and VESA screen control stuff since it never existed.
This commit is contained in:
nethack.allison
2002-03-04 03:22:23 +00:00
parent c8e3ea61f6
commit b8b2b8bd51
2 changed files with 10 additions and 9 deletions

View File

@@ -215,7 +215,12 @@ typedef xchar boolean; /* 0 or 1 */
# define PORT_ID "VMS"
# endif
# ifdef WIN32
# define PORT_ID "NT"
# define PORT_ID "Windows"
# ifdef MSWIN_GRAPHICS
# define PORT_SUB_ID "graphical"
# else
# define PORT_SUB_ID "tty"
# endif
# endif
#endif