Ethereal-dev: Re: [Ethereal-dev] Re: How do I get .pdb file under Win32

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 11 Dec 2001 17:37:11 -0800 (PST)
I've checked in your patch.

I assume the intent behind:

> The second issue is that ethereal.pdb, tethereal.pdb, etc. are not
> created. This problem was introduced when $(guiflags) and $(conflags)
> were added to a rule for LINK back in March 23, 2001.

was to get various Microsoft definitions required in order to build
stuff correctly.

Those flags *might* differ from version to version of VC++ (or from
platform to platform), so I'm not sure I'd want to just copy their
definitions, remove "PDB:NONE", and paste the result into our Makefiles.