changeset 21297:5d45c1b7d732

Simplify, TARGET_WIN32 is both Cygwin and MinGW.
author diego
date Mon, 27 Nov 2006 11:19:49 +0000
parents bf9e5ad91bbb
children 6b6d7fd5a00d
files osdep/Makefile
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/Makefile	Mon Nov 27 11:11:14 2006 +0000
+++ b/osdep/Makefile	Mon Nov 27 11:19:49 2006 +0000
@@ -21,15 +21,12 @@
 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