summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-13 08:26:11 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-13 08:26:11 +0000
commit6b64331033365cae062c31925af0b2d58b8e616a (patch)
tree237b7015fc61c75e011f26cbd08ac25e38185886 /Makefile.nmake
parentb96499fb63859834cd8d8b33b7d17406dd08fdc0 (diff)
downloadwireshark-6b64331033365cae062c31925af0b2d58b8e616a.tar.gz
Update to you the latest UPX executable/dll compressor.
svn path=/trunk/; revision=28718
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index ea951c3341..e1ac02fe4c 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -867,7 +867,7 @@ process_libs:
!ENDIF
!IFDEF UPX
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- . upx301w.zip
+ . upx303w.zip
!ENDIF
!IFDEF NASM
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
@@ -915,7 +915,7 @@ clean_setup:
rm -r -f $(WIRESHARK_LIBS)/AirPcap_Devpack_1_0_0_594
rm -r -f $(WIRESHARK_LIBS)/zlib123
rm -r -f $(WIRESHARK_LIBS)/zlib123-dll
- rm -r -f $(WIRESHARK_LIBS)/upx301w
+ rm -r -f $(WIRESHARK_LIBS)/upx303w
rm -r -f $(WIRESHARK_LIBS)/GeoIP-1.4.5ws
################################################################################