aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-14 21:04:42 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-14 21:04:42 +0000
commite2d9c06ed0091a90ce0965f364a160fc4566b9ca (patch)
tree5e3e25df5bc3ca9617ebc85ad58bf0a964ed2612
parent9c65adaee49f8b2c65fa335d3e706f05d481fad9 (diff)
Add makefiles
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16800 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--asn1/ros/Makefile.nmake4
-rw-r--r--asn1/x509sat/Makefile.nmake1
2 files changed, 3 insertions, 2 deletions
diff --git a/asn1/ros/Makefile.nmake b/asn1/ros/Makefile.nmake
index ac814bcbab..43735a3d93 100644
--- a/asn1/ros/Makefile.nmake
+++ b/asn1/ros/Makefile.nmake
@@ -37,6 +37,6 @@ fix_eol: generate_dissector
del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp
copy_files: generate_dissector fix_eol
- xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d
- xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d
+ xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y
+ xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y
diff --git a/asn1/x509sat/Makefile.nmake b/asn1/x509sat/Makefile.nmake
index 25d633f0f1..30ada6bdc4 100644
--- a/asn1/x509sat/Makefile.nmake
+++ b/asn1/x509sat/Makefile.nmake
@@ -16,6 +16,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf
!IFDEF PYTHON
$(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
+ sed -e "s/\([\"\.]\)Syntax/\1/g" -i.orig packet-x509sat.c
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1