Hi,

the $(EXT_ASN_FILE_LIST) should be used somewhere in the Makefile.inc
and Makefile.inc.nmake 
Probably
        $(PYTHON) "../../tools/asn2wrs.py" \
                $(A2W_FLAGS) \
                -p $(PROTOCOL_NAME) \
                -c $(PROTOCOL_NAME).cnf \
                -s packet-$(PROTOCOL_NAME)-template \
                $(ASN_FILE_LIST) \
                $(EXT_ASN_FILE_LIST)

The question is what should be the order if "$(ASN_FILE_LIST)
$(EXT_ASN_FILE_LIST)" or "$(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST)".




> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Joerg Mayer
> Sent: Monday, September 24, 2007 4:04 PM
> To: [email protected]
> Subject: [Wireshark-dev] RFC Try 2: Rework of Makefiles in 
> asn1-directory
> 
> OK, I've committed the changes to asn2wrs and have updated 
> the Makefiles
> to (hopefully) accomodate Thomas' comments.
> 
> I'd like some feedback whether this has been tested on Windows, as I
> can only test on Linux.
> 
>  ciao
>      Joerg
> -- 
> Joerg Mayer                                           
> <[EMAIL PROTECTED]>
> We are stuck with technology when what we really want is just 
> stuff that
> works. Some say that should read Microsoft instead of technology.
> 
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to