diff loader/dshow/Makefile @ 7148:d48db6256efb

use dir/libname.a instead of -Ldir -lname partially done by "Steven M. Schultz" <sms@2BSD.COM> Note: some entries (libmpdvdkit, libdha) left unchanged as they may be dynamic and not shipped with mplayer.
author arpi
date Thu, 29 Aug 2002 21:30:57 +0000
parents b69ddd4d3bb9
children ce1ba8fd57e7
line wrap: on
line diff
--- a/loader/dshow/Makefile	Thu Aug 29 21:09:48 2002 +0000
+++ b/loader/dshow/Makefile	Thu Aug 29 21:30:57 2002 +0000
@@ -23,7 +23,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
+	$(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++
 
 all:	$(LIBNAME)