summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index ee8040fdb4..8153fa843d 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -21,15 +21,12 @@ SRCS += macosx_finder_args.c
endif
ifeq ($(TARGET_WIN32),yes)
SRCS += mplayer-rc.c
+timer = timer-win2.c
endif
ifeq ($(TARGET_OS),Darwin)
timer = timer-darwin.c
endif
-ifeq ($(TARGET_OS),CYGWIN)
-timer = timer-win2.c
-endif
ifeq ($(TARGET_OS),MINGW32)
-timer = timer-win2.c
getch = getch2-win.c
SRCS += glob-win.c
endif