> -----Original Message----- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 30, 2007 8:48 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r588290 - > /incubator/stdcxx/branches/4.2.x/etc/config/windows/projectdef.js > > Farid Zaripov wrote: > > > > So I think first we need to decide whether the > information from the > > source pdb is needed to the library users in dynamic builds or not? > > - If no, then we can generate the source pdb in IntDir with the > > default name > > (this is the same that revert the patch for dynamic builds). > > - If yes, then we can use the single pdb file in OutDir, or > generate two > > pdb files libstdxx.pdb and libstdxx_src.pdb both in OutDir. > > As they say, it's combined into the output .pdb, but in > general the src pdb contains information useless to anyone > except the object linker, so it is bloated.
Agreed. Fixed thus: http://svn.apache.org/viewvc?rev=590686&view=rev > The single-pdb > is not a good solution for release builds where the .pdb will > be shipped. Farid.