[EMAIL PROTECTED] wrote:
Author: faridz
Date: Thu Oct 25 10:40:21 2007
New Revision: 588290

URL: http://svn.apache.org/viewvc?rev=588290&view=rev
Log:
2007-10-25 Farid Zaripov <[EMAIL PROTECTED]>

    * projectdef.js (projectCreateVCProject): Generate .pdb file
    in $(OutDir) instead of $(IntDir). Use common .pdb file
    instead of two (compiler's and linker's).

Are you sure you didn't mean to continue inverting these, therefore
storing the compiler's pdb results in the IntDir?

Yes, the resulting link-output pdb must reside in OutDir as you have
patched, but combining them may lead to some unstable results and also
bloated .pdb's without benefits to the debugger (?).

Bill

Reply via email to