To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116266
------- Additional comments from [email protected] Fri Jan 7 15:54:40 +0000 2011 ------- @tono: Could be done, but maybe it is better to have a separate platform file for wnt with msvc and wnt with gcc as they are very different per se. Also note that using precompiled headers on gcc is still very, very fragile and badly needs better documentation. Also note that you will need to make precompiled headers work together with dependency generation: You will want gcc to emit dependencies excluding the precompiled header and everything that was just pulled in because of the pch. Otherwise you would need to generate deps in a second additional step either with gcc or makedepend and that will likely have a lot more negative impact than the advantage of using pch with gcc. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
