[Mplayer-cvslog] CVS: main/libdha Makefile,1.21,1.22

Sascha Sommer CVS syncmail at mplayerhq.hu
Fri Mar 26 13:11:32 CET 2004


CVS change done by Sascha Sommer CVS

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

Modified Files:
	Makefile 
Log Message:
fix compilation on cygwin

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile	22 Oct 2003 20:17:23 -0000	1.21
+++ Makefile	26 Mar 2004 12:11:30 -0000	1.22
@@ -15,7 +15,7 @@
 #SHORTNAME = libdha.so
 VSHORTNAME = libdha.so
 endif
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_WIN32),yes)
 LIBNAME = libdha.a
 SHORTNAME = libdha.a
 else
@@ -48,7 +48,7 @@
 	$(CC) -c $(CFLAGS) -o $@ $<
 
 $(LIBNAME):     $(OBJS)
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_WIN32),yes)
 	$(AR) r $(LIBNAME) $(OBJS)
 else
 	#$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)




More information about the MPlayer-cvslog mailing list