summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index c1a1c4da69..808f2e3e7b 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -17,11 +17,12 @@ ifeq ($(MACOSX),yes)
timer = timer-macosx.c
endif
ifeq ($(TARGET_CYGWIN),yes)
-timer = timer-win.c
+timer = timer-win2.c
endif
ifeq ($(TARGET_MINGW32),yes)
-timer = timer-win.c
+timer = timer-win2.c
getch = getch2-win.c
+SRCS += glob-win.c
endif
SRCS += $(timer)
SRCS += $(getch)