update Windows Makefiles to support TRAVIS CI builds

This commit is contained in:
nhmall
2019-06-30 01:09:41 -04:00
parent 8d0edeb4ff
commit 51f2d610e2
3 changed files with 58 additions and 36 deletions

View File

@@ -64,6 +64,9 @@ HANDLE hConIn;
HANDLE hConOut;
int GUILaunched;
struct window_procs tty_procs = { "-ttystubs" };
#ifdef CURSES_GRAPHICS
char erase_char, kill_char;
#endif
void
win_tty_init(dir)