summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 8f39b3fac3..14bed2a21f 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -41,7 +41,7 @@ bmovl-test$(EXESUF): bmovl-test.c
$(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 @@ NETSTREAM_DEPS += -lwsock32
endif
netstream: netstream.o $(NETSTREAM_DEPS)
- $(CC) -o $@ $^
+ $(CC) $(CFLAGS) -o $@ $^
clean distclean:
rm -f *.o *~ $(OBJS)