comparison 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
comparison
equal deleted inserted replaced
7072:113d66d78967 7073:b69ddd4d3bb9
21 21
22 $(LIBNAME): $(OBJS) 22 $(LIBNAME): $(OBJS)
23 $(AR) r $(LIBNAME) $(OBJS) 23 $(AR) r $(LIBNAME) $(OBJS)
24 24
25 test: test.c $(LIBNAME) 25 test: test.c $(LIBNAME)
26 $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++ 26 $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
27 27
28 all: $(LIBNAME) 28 all: $(LIBNAME)
29 29
30 clean: 30 clean:
31 rm -f *.o *.a *~ 31 rm -f *.o *.a *~