Yes. I basically require you to find a find a way to avoid the code intrusion of win-style precompiled headers.
Now my answer is no, there is no way to do msvc/pch without modification to the source files themselves. Since the inclusion of pch.h will cost almost nothing (other than intrusiveness) and make lyx source cleaner (shorter) and more portable, I suggest that we include pch.h.
| That is the case for all online tutorials, examples, manuals. Can you | list even one other project that takes lyx' approach? From the unix world? sure. gcc itself. (or the stdlibc++ part of it)
I see. I guess mingw/gcc is not compiled by msvc. Bo