Simplify, TARGET_WIN32 is both Cygwin and MinGW.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21313 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 11:19:49 +00:00
parent 65c3094348
commit 016e2e1cce
1 changed files with 1 additions and 4 deletions

View File

@ -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