Note that "tethereal-tap-register.c" is built by the Bash script

"make-tapreg-dotc" from "tap-*.c", using grep and sed.

svn path=/trunk/; revision=6541
This commit is contained in:
Guy Harris 2002-11-01 10:02:18 +00:00
parent ad9ec1af37
commit 910de52a04
1 changed files with 4 additions and 1 deletions

View File

@ -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