Fix nmake build

Change-Id: I5583e3c01aa40e07d153f57d72eff92766a755df
Reviewed-on: https://code.wireshark.org/review/185
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Evan Huus 2014-02-11 20:56:50 -05:00
parent 1bbe5cf596
commit 6ebd55211b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ G722decode.obj: G722\G722decode.c G722\G722decode.h
G726decode.obj: G726\G726decode.c G726\G726decode.h
$(CC) $(CFLAGS) -Fd.\ -c G726\G726decode.c /Fo%|fF.obj
sbc.obj: sbc\sbc.c sbc\sbc.h
sbc.obj: sbc\sbc.c sbc\sbc_private.h
$(CC) $(CFLAGS) -Fd.\ -c sbc\sbc.c /Fo%|fF.obj
clean: