aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt/Makefile.nmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-08-15 23:42:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-08-15 23:42:29 +0000
commit6a751ffd2eedf4f7c7f2c2d274cce4fdde77b90f (patch)
tree4dabbd230430a4ad88aeda82a6933b1c8c0038ae /asn1/cdt/Makefile.nmake
parentffec5b8896b767b42db0f389c5623dc0f38e0687 (diff)
Regenerate the CDT dissector with -X and -T options.
svn path=/trunk/; revision=22519
Diffstat (limited to 'asn1/cdt/Makefile.nmake')
-rw-r--r--asn1/cdt/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cdt/Makefile.nmake b/asn1/cdt/Makefile.nmake
index 32c7f0cc53..9638ac6f98 100644
--- a/asn1/cdt/Makefile.nmake
+++ b/asn1/cdt/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py $(PROTOCOL_NAME).asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf
!IFDEF PYTHON
- $(PYTHON) "../../tools/asn2wrs.py" -b -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template $(PROTOCOL_NAME).asn
+ $(PYTHON) "../../tools/asn2wrs.py" -b -X -T -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template $(PROTOCOL_NAME).asn
!ELSE
@echo Error: You need Python to use asn2wrs.py
@exit 1