# HG changeset patch # User diego # Date 1207759830 0 # Node ID cd660a9aefc5741b3000d1f59523e8986b6d94b1 # Parent b7732b0221ed90c8e7d1d7aafa9c8266a5be9a71 cosmetics: Add CFLAGS to compilation commands everywhere. diff -r b7732b0221ed -r cd660a9aefc5 TOOLS/Makefile --- a/TOOLS/Makefile Wed Apr 09 16:42:18 2008 +0000 +++ b/TOOLS/Makefile Wed Apr 09 16:50:30 2008 +0000 @@ -41,7 +41,7 @@ $(CC) $(CFLAGS) -o $@ $< -lSDL_image vfw2menc$(EXESUF): vfw2menc.c - $(CC) $< -o $@ -lwinmm -lole32 + $(CC) $(CFLAGS) -o $@ $< -lwinmm -lole32 REAL_SRCS = $(wildcard realcodecs/*.c) REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0) @@ -69,7 +69,7 @@ endif netstream: netstream.o $(NETSTREAM_DEPS) - $(CC) -o $@ $^ + $(CC) $(CFLAGS) -o $@ $^ clean distclean: rm -f *.o *~ $(OBJS)