Hi list,

Going over the tarball on Win32 I've found some cruft in config.nmake.
Hopefully someone with insight can set these straight.


# Support for GTK 2.10 is currently experimental ...
GTK2_INST_VERSION=2.10
PANGO_INST_VERSION=1.14

Is it experimental?


WINPCAP_VERSION=3.1
# XXX - what to set for 4.0 beta 1?

Weren't we at 4.0? Which may have consequence for this

!IFDEF PCAP_DIR
# Nmake uses carets to escape special characters
WINPCAP_CONFIG=^#define HAVE_LIBPCAP 1
!IF "$(WINPCAP_VERSION)" == "3.0" || "$(WINPCAP_VERSION)" == "3.1"

And when you make the setup target you get the WpdPack for 3.1

!IFDEF PCAP_DIR
        @$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
                . WpdPack_3_1.zip
!ENDIF

Thanx,
Jaap


_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to