[Mplayer-cvslog] CVS: main Makefile, 1.291, 1.292 mplayer.rc, 1.3, NONE

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jun 25 21:21:20 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	Makefile 
Removed Files:
	mplayer.rc 
Log Message:
mplayer.rc moved to osdep where it belongs, approved by Sascha.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- Makefile	25 Jun 2004 18:11:13 -0000	1.291
+++ Makefile	25 Jun 2004 19:21:17 -0000	1.292
@@ -204,12 +204,12 @@
 endif
 
 ifeq ($(TARGET_WIN32),yes)
-OBJS_MPLAYER += mplayer-rc.o
+OBJS_MPLAYER += osdep/mplayer-rc.o
 endif
 
 $(PRG):	$(MPLAYER_DEP)
     ifeq ($(TARGET_WIN32),yes)
-	windres -o mplayer-rc.o mplayer.rc
+	windres -o osdep/mplayer-rc.o osdep/mplayer.rc
     endif
 	$(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) $(ARCH_LIB) $(I18NLIBS) -lm
 

--- mplayer.rc DELETED ---




More information about the MPlayer-cvslog mailing list