I was recently thinking about a way to further reduce compilation times of Ogre : would it be possible to share a single precompiled header between all the samples? (I mean, a precompiled header that would just include "Ogre.h")
They all include some parts of Ogre, which makes their compilation not so quick (we're talking about 30 seconds for a 100 lines of code project, there).
Has anyone got any experience about it, and know if it's feasible/has any pitfall?
When I'll get the time, I think I'll try that on my own project and see if that can apply to Ogre too..

