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

Sascha Sommer CVS syncmail at mplayerhq.hu
Sat Jun 26 12:40:26 CEST 2004


CVS change done by Sascha Sommer CVS

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

Modified Files:
	Makefile 
Log Message:
fix loader build on windows

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	24 Jun 2004 12:52:16 -0000	1.15
+++ Makefile	26 Jun 2004 10:40:23 -0000	1.16
@@ -4,9 +4,13 @@
 DEFINES=-DMPLAYER -D__WINE__ #-Ddbg_printf=__vprintf \
 	#-DTRACE=__vprintf # -DDETAILED_OUT
 
+ifeq ($(TARGET_WIN32),yes)
+LIB_OBJECTS= driver.o afl.o vfl.o
+else
 LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \
 ext.o win32.o driver.o pe_resource.o \
 resource.o registry.o elfdll.o afl.o vfl.o wrapper.o
+endif
 
 # gcc-3.0 produces buggy code for acmStreamOpen() with
 # "-O3 -fomit-frame-pointer" or "-O2 -fomit-frame-pointer




More information about the MPlayer-cvslog mailing list