aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-08-14 23:51:37 +0000
committerGerald Combs <gerald@wireshark.org>2008-08-14 23:51:37 +0000
commit73dfa0536cf66fee00bac73ede9b6afd19e1836b (patch)
treeaf1cee212c2d07376139a66110560dc483b44fe4 /codecs
parent0726ae61dc736816cd4f1fbedca1520820377902 (diff)
Replace a deprecated -o option with /Fd.
svn path=/trunk/; revision=26027
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
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