From: Francesco M. <f18...@ya...> - 2006-12-12 15:20:29
|
John Labenski ha scritto: >>> I think we should also remove these blocks: >>> >>> #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) >>> #pragma implementation "wxlstate.h" >>> #endif >>> >>> GCC does not use it anymore since a long time and they can only give problems... >>> >> Very right, i still needed to that. > > Ok, I can do this. I'm going through all the code and hopefully once > and for all give things good names now that I have a much better > understanding of everything. great ! Before 2.8.0.0 release I hope to be able to put the PCH compilation in a better shape (i.e. have faster builds) by adding a wxluaprec.h file and a "wxlua.h" which include all wxLua headers so that ours PCH files will have also wxLua code precompiled (currently precompilation affects only wx headers). Francesco |