diff loader/dshow/Makefile @ 7073:b69ddd4d3bb9

removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Thu, 22 Aug 2002 23:29:46 +0000
parents 004e3199fee0
children d48db6256efb
line wrap: on
line diff
--- a/loader/dshow/Makefile	Thu Aug 22 23:28:33 2002 +0000
+++ b/loader/dshow/Makefile	Thu Aug 22 23:29:46 2002 +0000
@@ -23,7 +23,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
+	$(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
 
 all:	$(LIBNAME)