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