aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-14 23:51:37 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-14 23:51:37 +0000
commit1ed6645362b1a65d313ca1357a6022890c005502 (patch)
treeaf1cee212c2d07376139a66110560dc483b44fe4 /codecs
parent958d14bd1c2b073bf45d4c991cd2f9fe759bfbbc (diff)
Replace a deprecated -o option with /Fd.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26027 f5534014-38df-0310-8fa8-9805f1628bb7
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