aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2006-09-10 13:37:42 +0000
committerBill Meier <wmeier@newsguy.com>2006-09-10 13:37:42 +0000
commit9568b76a63d8f52b35262d7953b2270c2e19f9a0 (patch)
tree5a89c6e0f11706b3030ed3009059a3df775923a2 /codecs
parentf8ffc2821e619b38d7ccc4f1491be4b18d19da3a (diff)
minor cleanup for making codecs
svn path=/trunk/; revision=19184
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile.nmake10
1 files changed, 3 insertions, 7 deletions
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index c4c0971a8b..47aaf281e3 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -7,11 +7,7 @@ include ..\config.nmake
############### no need to modify below this line #########
-CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) $(GLIB_CFLAGS) \
- /I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
- /I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
- /I$(PCAP_DIR)\include /I$(NET_SNMP_DIR)\include \
- /I$(NET_SNMP_DIR)\win32 /Zm800 -D_U_="" -D_NEED_VAR_IMPORT_ $(LOCAL_CFLAGS) \
+CFLAGS=-DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
@@ -26,10 +22,10 @@ codecs.lib : $(CODEC_OBJECTS)
G711adecode.obj: G711a\G711adecode.c G711a\G711adecode.h G711a\G711atable.h
- $(CC) $(CFLAGS) -c /Zi /W1 /Od G711a\G711adecode.c -o $@
+ $(CC) $(CFLAGS) -Fd.\ -c G711a\G711adecode.c -o $@
G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h
- $(CC) $(CFLAGS) -c /Zi /W1 /Od G711u\G711udecode.c -o $@
+ $(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c -o $@
clean:
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb