[MPlayer-cvslog] r21313 - trunk/osdep/Makefile
diego
subversion at mplayerhq.hu
Mon Nov 27 12:19:49 CET 2006
Author: diego
Date: Mon Nov 27 12:19:49 2006
New Revision: 21313
Modified:
trunk/osdep/Makefile
Log:
Simplify, TARGET_WIN32 is both Cygwin and MinGW.
Modified: trunk/osdep/Makefile
==============================================================================
--- trunk/osdep/Makefile (original)
+++ trunk/osdep/Makefile Mon Nov 27 12:19:49 2006
@@ -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
More information about the MPlayer-cvslog
mailing list