aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-24 11:45:51 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-24 11:45:51 +0000
commit24f27a48ecac7eb23f82878aaadb9517d9b4c36b (patch)
treee90de2d454ffe593dbefef0a34d643ab38ea95a7 /config.nmake
parent62150ef57e48246f2b6072746bdb9c3410b06ff3 (diff)
Support for the automatic configuration of the UPX dll/exe packer.
config.nmake - default UPX to the downloaded version in $WIRESHARK_LIBS win32-setup.sh - updated to also add executables bit to exes - and also use new tag Makefile.nmake - to download UPX (and also use new version of user-guide) svn path=/trunk/; revision=23562
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index fc3a5e7e7d..709500696d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -381,11 +381,11 @@ HHC_DIR=$(PROGRAM_FILES)/HTML Help Workshop
# UPX can be downloaded from:
# http://upx.sourceforge.net/
#
-# If you don't have UPX, comment this line out, so that UPX
-# isn't defined.
+# If you don't have UPX, or don't want to pack exes and dlls,
+# comment this line out, so that UPX isn't defined.
#
-#UPX="c:\upx301w\upx.exe"
+UPX=$(WIRESHARK_LIBS)\upx301w\upx.exe
##### Flags, PATHs and Miscellaneous #####