aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/win32
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-04 15:28:44 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-04 15:28:44 +0000
commit039ad15bbf0dd8010449c1ec5d7d84c18854213a (patch)
tree5a2f7429e70762d30ebef297ca71149a285a6325 /packaging/portableapps/win32
parent105c39452169a99274b933483e93fd3eaf6466d7 (diff)
UPX compression corrupts the WinPcap installer - so don't UPX it.
svn path=/trunk/; revision=24014
Diffstat (limited to 'packaging/portableapps/win32')
-rw-r--r--packaging/portableapps/win32/makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/makefile.nmake b/packaging/portableapps/win32/makefile.nmake
index bcf5fde3d9..220403138d 100644
--- a/packaging/portableapps/win32/makefile.nmake
+++ b/packaging/portableapps/win32/makefile.nmake
@@ -61,7 +61,7 @@ distribution: distribution.nmake
pack: distribution
!IFDEF UPX
- -$(UPX) $(UPX_FLAGS) $(FILES)\$(APP)\$(WIRESHARK)\*.exe
+ -$(UPX) $(UPX_FLAGS) $(FILES)\$(APP)\$(WIRESHARK)\[a-z]*.exe
-$(UPX) $(UPX_FLAGS) $(FILES)\$(APP)\$(WIRESHARK)\*.dll
-$(UPX) $(UPX_FLAGS) $(FILES)\$(APP)\$(WIRESHARK)\plugins\$(VERSION)\*.dll
-$(UPX) $(UPX_FLAGS) $(FILES)\$(APP)\$(WIRESHARK)\lib\gtk-2.0\$(GTK2_LIB_DIR)\immodules\*.dll