From 95595be781343db77c07661312f52a33d9e0705e Mon Sep 17 00:00:00 2001 From: wmeier Date: Thu, 15 Apr 2010 22:44:02 +0000 Subject: Enhance Windows ASN1 Makefiles: 1. Implement a 'compare_files' target which can be used when generating an individual ASN1 dissector. This generates the dissector and then compares the generated .[hc] files with apn\dissectors (rather than copying the files to epan\dissectors). 2. Rework asn1\Makefile.nmake to provide additional targets for use when building all the ASN1 dissectors. - compare_files - generate_dissectors [generate but don't copy] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32484 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/Makefile.inc.nmake | 12 +- asn1/Makefile.nmake | 487 ++++++++++++------------------------------------ 2 files changed, 133 insertions(+), 366 deletions(-) diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake index 79f6373ec1..80f1a4b1a5 100644 --- a/asn1/Makefile.inc.nmake +++ b/asn1/Makefile.inc.nmake @@ -79,6 +79,14 @@ fix_eol: generate_dissector u2d $(DISSECTOR_FILES) copy_files: generate_dissector - <