diff osdep/Makefile @ 9983:14c92818ab75

alternative timer and glob emulation code for mingw32 port
author faust3
date Fri, 25 Apr 2003 10:00:18 +0000
parents e2134d2f18fb
children 139b44930abc
line wrap: on
line diff
--- a/osdep/Makefile	Fri Apr 25 00:57:04 2003 +0000
+++ b/osdep/Makefile	Fri Apr 25 10:00:18 2003 +0000
@@ -17,11 +17,12 @@
 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)