Ethereal-dev: Re: [Ethereal-dev] cvsversion.h isn't generated in MSVC Makefile.nmake

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 16 Jan 2004 16:47:37 -0800

On Jan 16, 2004, at 4:30 PM, Joerg Mayer wrote:

On Fri, Jan 16, 2004 at 10:53:24PM +0100, Ulf Lamping wrote:
The new cvsversion.h isn't generated, and the generation fails because
of that.

I have checked in the same lines to generate it that I used in Makefile.am.
Please check whether it works now.

I suspect it won't - Windows does have a "find" command, but it's more like UNIX "grep" than like UNIX "find", i.e. it finds strings in files, not files in directories.

Given that the script that generates cvsversion.h is written in the Swiss Army Chainsaw of programming languages, I wouldn't be surprised if it could just do the directory tree search for "Entries" files itself - and I wouldn't even be surprised to find that it could do it with code that works both on Windows and on UNIX>