Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Win32 Build fails after distclean

From: "Anders Broman" <anders.broman@xxxxxxxxxxxx>
Date: Mon, 18 Feb 2008 14:13:23 +0100
Title: Win32 Build fails after distclean

Hi,
I think rawshark.obj needs to be removed at distclean:

in makefile.nmake change line 408 to:

        rm -f $(wireshark_OBJECTS) $(tshark_OBJECTS) $(dumpcap_OBJECTS) $(rawshark_OBJECTS) $(EXTRA_OBJECTS) \

Regards
Anders