From 73dfa0536cf66fee00bac73ede9b6afd19e1836b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 14 Aug 2008 23:51:37 +0000 Subject: Replace a deprecated -o option with /Fd. svn path=/trunk/; revision=26027 --- codecs/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codecs') diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake index 093eb03ae2..d080954dd4 100644 --- a/codecs/Makefile.nmake +++ b/codecs/Makefile.nmake @@ -22,10 +22,10 @@ codecs.lib : $(CODEC_OBJECTS) G711adecode.obj: G711a\G711adecode.c G711a\G711adecode.h G711a\G711atable.h - $(CC) $(CFLAGS) -Fd.\ -c G711a\G711adecode.c -o $@ + $(CC) $(CFLAGS) -Fd.\ -c G711a\G711adecode.c /Fo%|fF.obj G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h - $(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c -o $@ + $(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c /Fo%|fF.obj clean: rm -f $(CODEC_OBJECTS) codecs.lib *.pdb -- cgit v1.2.3