aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-13 08:26:11 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-13 08:26:11 +0000
commitdf177922375562dd156418a202acce7c2a8c933c (patch)
tree237b7015fc61c75e011f26cbd08ac25e38185886 /Makefile.nmake
parent663b52ab0e1411ea0d8a365c72b05373ff98728f (diff)
Update to you the latest UPX executable/dll compressor.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28718 f5534014-38df-0310-8fa8-9805f1628bb7
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
################################################################################