setting additional headers and libraries for my project
Mathias Puetz
mpuetz at unm.edu
Mon Jan 24 18:17:18 GMT 2000
On Mon, 24 Jan 2000, you wrote:
>Hello,
>
>can you give me a litle help? How can I set additional headers and libraries
>needed by my project in kdevelop (it seems not like in M$ VC++)?
>
You can set additional compiler flags in the project options:
Add a -Iyour-header-dir for each additional header-directory
to the additional compiler flags
and a -Lyour-libs-dirs to the linker flags.
and a -lyourlib to the additional libraries.
Note, that the order of static libraries matters !
Hence you may have to add standard libraries after your own libs
by hand again.
Mathias
______________
/ \
| Mathias Puetz \__________________________________
| \
| Advanced Materials Lab (University of New Mexico) \
| 1001 University SE, Albuquerque, NM 87106 |
| \|/ |
| phone: (505)272-7132 -O- fax: (505)272-7336 |
| /|\ |
| \|/ email: mpuetz at alpha214.unm.edu \|/ |
\___/o\________or puetz at mpip-mainz.mpg.de____/o\____/
More information about the KDevelop
mailing list