aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-05 01:35:23 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-05 01:35:23 +0000
commit7d0118ff10ee211b79211e143723ee0f6d8f9c8f (patch)
tree0316c3248e2f90aa38846b3f6fe1fa749b80caa5 /Makefile.nmake
parenta69bfb6029f3416fc43a95ff5ea70ef6362ae865 (diff)
Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. Enable
AirPcap. svn path=/trunk/; revision=20321
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake18
1 files changed, 12 insertions, 6 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 7a75de99a9..aced15215f 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -548,7 +548,7 @@ setup: verify_tools
gettext-0.14.5 gettext-0.14.5.zip
!IFDEF NET_SNMP_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
- . net-snmp-5.3.1.zip
+ . net-snmp-5.4.zip
!ENDIF
!IFDEF KFW_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
@@ -558,6 +558,10 @@ setup: verify_tools
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
. WpdPack_3_1.zip
!ENDIF
+!IFDEF AIRPCAP_DIR
+ @$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
+ . AirPcap_Devpack_1_0_0_594.zip
+!ENDIF
!IFDEF ADNS_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
. adns-1.0-win32-05.zip
@@ -578,7 +582,7 @@ setup: verify_tools
!ENDIF
!IFDEF GNUTLS_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
- . gnutls-1.6.0-1.zip
+ . gnutls-1.6.1-1.zip
!ENDIF
!IFDEF PORTAUDIO_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
@@ -631,9 +635,9 @@ setup: verify_tools
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
gtk2 gtk2.4/gtk+-dev-2.4.14.zip
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
- gtk2 gtk2.4/atk-1.6.0.zip
+ gtk2 gtk2.4/atk-1.6.1.zip
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
- gtk2 gtk2.4/atk-dev-1.6.0.zip
+ gtk2 gtk2.4/atk-dev-1.6.1.zip
!ELSE
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
gtk2 gtk2/gtk+-2.2.4-20040124.zip
@@ -684,18 +688,20 @@ clean_setup:
rm -r -f $(WIRESHARK_LIBS)/adns-1.0-win32-05
rm -r -f $(WIRESHARK_LIBS)/gettext-0.14.5
rm -r -f $(WIRESHARK_LIBS)/glib
- rm -r -f $(WIRESHARK_LIBS)/gnutls-1.6.0-1
+ rm -r -f $(WIRESHARK_LIBS)/gnutls-1.6.1-1
rm -r -f $(WIRESHARK_LIBS)/gtk2
rm -r -f $(WIRESHARK_LIBS)/gtk+
rm -r -f $(WIRESHARK_LIBS)/gtk-wimp
rm -r -f $(WIRESHARK_LIBS)/kfw-2.5
rm -r -f $(WIRESHARK_LIBS)/libiconv-1.9.1.bin.woe32
rm -r -f $(WIRESHARK_LIBS)/lua5.1
- rm -r -f $(WIRESHARK_LIBS)/net-snmp-5.3.1
+ rm -r -f $(WIRESHARK_LIBS)/net-snmp-5.4
rm -r -f $(WIRESHARK_LIBS)/pcre-6.4
rm -r -f $(WIRESHARK_LIBS)/portaudio_v18_1
rm -r -f $(WIRESHARK_LIBS)/portaudio_v19
rm -r -f $(WIRESHARK_LIBS)/WpdPack
+ rm -r -f $(WIRESHARK_LIBS)/Airpcap_Devpack
+ rm -r -f $(WIRESHARK_LIBS)/WinPcap_Devpack
rm -r -f $(WIRESHARK_LIBS)/zlib123-dll
################################################################################