Wireshark-commits: [Wireshark-commits] rev 32484: /trunk/asn1/ /trunk/asn1/: Makefile.inc.nmake Mak

Date: Thu, 15 Apr 2010 22:44:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32484

User: wmeier
Date: 2010/04/15 03:44 PM

Log:
 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]

Directory: /trunk/asn1/
  Changes    Path                  Action
  +10 -2     Makefile.inc.nmake    Modified
  +123 -364  Makefile.nmake        Modified