1
0
mirror of https://github.com/simh/simh.git synced 2026-02-11 02:31:35 +00:00

Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21

This commit is contained in:
Mark Pizzolato
2012-12-23 11:28:46 -08:00
parent 30ae79eb18
commit 8d2fabb166
2 changed files with 2 additions and 2 deletions

View File

@@ -729,7 +729,7 @@ ifeq ($(WIN32),)
DISPLAY_OPT =
endif
else
DISPLAYL = ${DISPLAYD}/display.c $(DISPLAYD)/w32.c
DISPLAYL = ${DISPLAYD}/display.c $(DISPLAYD)/win32.c
DISPLAY_OPT = -DUSE_DISPLAY
endif