From e2d9c06ed0091a90ce0965f364a160fc4566b9ca Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 14 Dec 2005 21:04:42 +0000 Subject: [PATCH] Add makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16800 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/ros/Makefile.nmake | 4 ++-- asn1/x509sat/Makefile.nmake | 1 + 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 -- 2.34.1