aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/Makefile.nmake')
-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