[Mplayer-cvslog] CVS: main/osdep Makefile,1.15,1.16

Sascha Sommer CVS syncmail at mplayerhq.hu
Sun Jun 27 19:54:33 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/osdep
In directory mail:/var2/tmp/cvs-serv3179/osdep

Modified Files:
	Makefile 
Log Message:
mingw crosscompiling step 1

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	25 Jun 2004 16:49:52 -0000	1.15
+++ Makefile	27 Jun 2004 17:54:31 -0000	1.16
@@ -17,10 +17,10 @@
 ifeq ($(TARGET_OS),Darwin)
 timer = timer-darwin.c
 endif
-ifeq ($(TARGET_CYGWIN),yes)
+ifeq ($(TARGET_OS),CYGWIN)
 timer = timer-win2.c
 endif
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_OS),MINGW32)
 timer = timer-win2.c
 getch = getch2-win.c
 SRCS += glob-win.c




More information about the MPlayer-cvslog mailing list