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