aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-25 06:54:39 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-25 06:54:39 +0000
commit8e4527b85863b2adda830ea8659f2d4e6e7d5bc3 (patch)
tree6edb8153f79ff96b6c25446f6ef48002c875c875 /epan/dissectors/Makefile.nmake
parentd961ab6c3aefdede86f7bac64c932e1df7c45d4c (diff)
UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21931 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 9c0d30f930..80a662270c 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -30,6 +30,10 @@ dissectors.lib: register.obj packet-ncp2222.c $(GENERATED_HEADER_FILES) ../../co
@echo Linking dissectors.lib $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
link /lib /out:dissectors.lib $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
+# disabled debug for large dissectors
+packet-rrc.obj : packet-rrc.c
+ $(CC) $(CVARSDLL) $(CFLAGS) -Zd -Fd.\ -c $?
+
#
# The header files listed here are built from x11-fields using Perl;
# we declare a dependency here so that they get built.