Re: [pygccxml-development] code_repository package
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-09-19 13:30:28
|
Roman Yakovenko wrote: >> I've seen that those files get written in >> writer_t.write_code_repository(). But what does this line do: >> >> if self.__extmodule.is_system_header( cr.file_name ): >> >> What exactly is a "system header" in this context? > > In whole context "system header" defined as header file that belongs to > Boost.Python or to Py++. Aren't then all files from the code_repository package "system headers"? How do I influence whether a file is considered a system header or not? I tried adding a new file to the code_repository package, but it doesn't get written. - Matthias - |