aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-05 05:23:02 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-05 05:23:02 +0000
commitf91849e62674dedb9846daff004790983b349f33 (patch)
tree3403b260a9320ecbe29a78ec9ab1dcfa77d08005 /Makefile.nmake
parent631a75c07efd66e7d259d19566dd84002b7d523d (diff)
don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20324 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index aced15215f..4e62dcafad 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -560,7 +560,7 @@ setup: verify_tools
!ENDIF
!IFDEF AIRPCAP_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
- . AirPcap_Devpack_1_0_0_594.zip
+ AirPcap_Devpack_1_0_0_594 AirPcap_Devpack_1_0_0_594.zip
!ENDIF
!IFDEF ADNS_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
@@ -700,8 +700,7 @@ clean_setup:
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)/AirPcap_Devpack_1_0_0_594
rm -r -f $(WIRESHARK_LIBS)/zlib123-dll
################################################################################