aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-23 02:05:29 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-23 02:05:29 +0000
commit108813e3b30ceadb079fcce17c5be175d1c91ca1 (patch)
tree8a6e6a175e5f3a7bf451abf5d15c0107ba43378c /config.nmake
parentd2b3165e8613c2800cec77f7191a2bbf3a5dc913 (diff)
The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3163 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index de93d53480..ff815dc019 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,6 +1,7 @@
-# $Id: config.nmake,v 1.8 2001/03/09 03:43:56 gram Exp $
+# $Id: config.nmake,v 1.9 2001/03/23 02:05:22 gram Exp $
VERSION=0.8.16
+WTAP_VERSION=0.0
GTK_VERSION=1.3
GLIB_VERSION=1.3
@@ -13,6 +14,7 @@ PCAP_DIR=F:\gram\win32tools\WPdpack
LOCAL_CFLAGS=-Zi
LOCAL_LDFLAGS=/DEBUG
+
# Set path if you need to find some binary
#PATH=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin;$(PATH)