Hi Kay, > - Full dependencies - including over module / project borders: While > changing a (inline) header e.g. in SAL, I want everything dependent to > be build, nothing more, nothing less.
No, please do *not* turn this on in general. With the file structure in especially some older code parts, this would be hell. I definitely do not want to compile the complete application modules (and more) just because I added a new ID to svx/inc/svxids.hrc. I do not want to compile complete (for instance) dbaccess, just because I added some new helper method to connectivity/inc/connectivity/dbtools.hxx. I do not want to compile the complete source tree just because I added a new, non-virtual method to ::cppu::OPropertySetHelper. You get the idea ... As much trouble as those missing cross-module dependencies cause sometimes, switching them on in general does not make things better, IMO, but will result in *a lot* of wasted build time. Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
