aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-01 10:02:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-01 10:02:18 +0000
commitacd8f91d9e2685997cc452522cf2b471dce6389e (patch)
treecf35620a0247d028b0cebc77f822bfd46ac3cac4 /README.win32
parent405fa83530a2d31aa6f6d24033536be857d95c47 (diff)
Note that "tethereal-tap-register.c" is built by the Bash script
"make-tapreg-dotc" from "tap-*.c", using grep and sed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6541 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.win32')
-rw-r--r--README.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index a82439a084..0ae4e638b7 100644
--- a/README.win32
+++ b/README.win32
@@ -1,4 +1,4 @@
-$Id: README.win32,v 1.41 2002/10/09 13:39:17 gerald Exp $
+$Id: README.win32,v 1.42 2002/11/01 10:02:18 guy Exp $
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================
@@ -217,6 +217,9 @@ make-reg-dotc, packet*.c register.c Bash + grep + sed
or
make-reg-dotc.py, packet*.c register.c Python
+make-tapreg-dotc, tap-*.c tethereal-tap-register.c
+ Bash + grep + sed
+
The Makefile.nmake supplied with the Ethereal distribution will, if
PYTHON is defined in config.nmake, attempt to make register.c with
Python, since it is much much much faster than the shell version. The