Ethereal-dev: Re: [ethereal-dev] Questions concerning 0.8.4

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 3 Mar 2000 09:56:57 -0800
> > - Do you want me to create a Visual C++ 6 workspace around ethereal? (If 
> > so, that
> >    will happen on monday)
> 
> If you think it would be useful. You'll have to worry about maintenance though;
> for every version of Ethereal, you'd have to make sure that it includes
> any new source files.

Actually, it appears to be easier than that - I discovered, whilst
prowling around the VC++ 6 GUI, that there's a project type called, I
think, a "Makefile" project; this appears to be a "don't get clever,
just run 'nmake'" project.

I set up Ethereal as such a project, and pointed it at the
"Makefile.nmake" file, and I can do a "cvs update" (via anonymous CVS -
try though I might, I was unable to bludgeon WinCVS into logging in to
"pow.zing.org" as me, even though I got it working on all three
UNIX-flavored OSes on my machine), pop up VC++, and select "Build
ethereal.exe", and it'll rebuild it, even if new source files showed up.