[pygccxml-development] Precompiled Headers
Brought to you by:
mbaas,
roman_yakovenko
From: Aron B. <aro...@gm...> - 2007-12-05 18:19:10
|
I am using pyplusplus to generate bindings for large project and rather than running gccxml on all headers I have created one large header that includes the rest of them. This header is a prime candidate for begin a precompiled header. I am running into an issue where I can not get pyplusplus to place this file at the top of each file when calling mb.split_module(). Is there currently a way that I can get this behavior? Otherwise I have attached a patch that adds another parameter to split_module that allows the user to specify a list of pre-compiled headers to place at the start of all generated files. Thank you, Aron Bierbaum |