From e7fce8ccb8286162685890fd3c4837d8e472e4ca Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 19 Jul 2011 16:26:42 +0000 Subject: Pull WIRESHARK_LIBS from the system environment if it's available. svn path=/trunk/; revision=38114 --- config.nmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.nmake') 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. -- cgit v1.2.3