summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-15 15:31:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-15 15:31:20 +0000
commit46484ff0f7f271d37f9dbdd0cb95283e55c186ab (patch)
tree1171a9d3a5e611d9ea63d116bef96d62532c6f24 /config.nmake
parent0a1bbd552642b1ed76a70bacaaf3030acce69d46 (diff)
downloadwireshark-46484ff0f7f271d37f9dbdd0cb95283e55c186ab.tar.gz
Start making the program name "wireshark" configurable.
svn path=/trunk/; revision=45558
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index e3443edfe6..0cb6cc74ab 100644
--- a/config.nmake
+++ b/config.nmake
@@ -3,6 +3,10 @@
# Some more information about the settings in this file can be found in
# the file README.windows and the Developer's Guide (available online).
+##### Program name #####
+# Do not change as it will break the installer and possibly other stuff
+PROGRAM_NAME=wireshark
+
##### Target platform #####
# Only "win32" and "win64" are valid (for now).
# This can be defined in the system environment.
@@ -40,7 +44,7 @@ WTAP_VERSION_MICRO=0
# This can be defined in the system environment.
#
!IFNDEF WIRESHARK_LIB_DIR
-WIRESHARK_LIB_DIR=C:\wireshark-$(WIRESHARK_TARGET_PLATFORM)-libs
+WIRESHARK_LIB_DIR=C:\$(PROGRAM_NAME)-$(WIRESHARK_TARGET_PLATFORM)-libs
!ENDIF
#