OPTIONS_FILE follow-up

-makedefs had WIN32CON defined, even though the Nethack
executable build did not.
This commit is contained in:
nethack.allison
2002-03-04 03:42:25 +00:00
parent 3dd82542fb
commit 4bc374ba8c

View File

@@ -682,8 +682,10 @@ static const char *build_opts[] = {
# ifdef SCREEN_VGA
"screen control via VGA graphics",
# endif
# ifdef WIN32CON
# ifndef MSWIN_GRAPHICS
# ifdef WIN32CON
"screen control via WIN32 console I/O",
# endif
# endif
#endif
#ifdef SEDUCE