aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-19 16:26:42 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-19 16:26:42 +0000
commite7fce8ccb8286162685890fd3c4837d8e472e4ca (patch)
treeca12b4fa3b2ca21375a35fc23c08cdad80a0da48 /config.nmake
parent1bf94efa12fb6d1e6e3949534636da106f30e644 (diff)
Pull WIRESHARK_LIBS from the system environment if it's available.
svn path=/trunk/; revision=38114
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index e6417e6513..2feaccad58 100644
--- a/config.nmake
+++ b/config.nmake
@@ -34,8 +34,11 @@ WTAP_VERSION_MICRO=0
#
# Base directory, where your libraries reside, which are needed to
# compile the sources. This setting is used only inside this file.
+# This can be defined in the system environment.
#
+!IFNDEF WIRESHARK_LIBS
WIRESHARK_LIBS=C:\wireshark-$(WIRESHARK_TARGET_PLATFORM)-libs
+!ENDIF
#
# Base directory, where your programs reside.