installation related question

Ralf Habacker ralf.habacker at freenet.de
Sat Oct 15 15:30:16 CEST 2005


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()

The original bksys documentation on 
http://freehackers.org/~tnagy/bksys_manual.html  prefers the usage of the 
KDEinstall KDEinstallas, but the new genobj classes are not documented there 
and i haven't found any related genobj class. 

Regards
 Ralf 
> Thomas
>
> > currently I'm checking the installation process for
> > mingw and does not found
> > any hint how to install headers and other datas.
> > Is there any prefered way or hint to do ?
> >
> > Regards
> >  Ralf
>
> /* Thomas Nagy */
>
>
>
>
>
>
> ___________________________________________________________________________
> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
> Téléchargez cette version sur http://fr.messenger.yahoo.com


More information about the Kde-buildsystem mailing list