installation related question

LiuCougar liucougar at gmail.com
Sat Oct 15 15:49:42 CEST 2005


On 10/15/05, Ralf Habacker <ralf.habacker at freenet.de> wrote:
> Am Samstag, 15. Oktober 2005 10:54 schrieb tnagyemail-ml at yahoo.fr:
> > Look at the function bksys_insttype in generic.py.
> >
> > The type to use as parameter is "KDEINCLUDE",
> > "KDEINCLUDEPATH" being reserved for kde includes
> > already installed.
>
> you means something like this
>
> install_headers="a.h b.h c.h"
> obj.=genobj('KDEINCLUDE',env)
> obj.source = install_headers
> obj.execute()
>
> or
>
> obj.=genobj('shlib',env)
> obj.headers = install_headers
> obj.execute()
None of the above
use something like this:

install_headers="a.h b.h c.h"
env.bksys_insttype('KDEINCLUDE', 'sub_dir', install_headers)

of course, currently KDEINCLUDE is missing
--
"People's characters are strengthened through struggle against
difficulties; they are weakened by comfort."
- Old Chinese adage


More information about the Kde-buildsystem mailing list