From 016e2e1cce659b1df5733c7dd66ed3277d1f5709 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Nov 2006 11:19:49 +0000 Subject: Simplify, TARGET_WIN32 is both Cygwin and MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21313 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'osdep/Makefile') 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 -- cgit v1.2.3