hi!

with the integration of cws ause060, "--enable-pch" will tell configure
to enable precompiled header support for most modules, currently on
windows only.

this is based on the include lines in every c/c++ file introduced by the
pchfix* cws:

----------------------------

// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_<module_name>.hxx"

----------------------------

unfortunatly, with enabled pch the windows build will break in those
modules on the first source file _NOT_ containing this include statement.

so if you're adding new sources, please make sure to fetch those lines
from one of your neighbour sources and place them in your new file as
_FIRST_ include made.

tschau...

ause

ps: wiki page will follow

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to