discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnustep] Additional libs ...


From: Philippe C.D. Robert
Subject: Re: [Discuss-gnustep] Additional libs ...
Date: Thu, 21 Sep 2000 14:01:47 +0200

Hi,

> I'm trying to rewrite my C application to ObjectiveC. It is a fax  
server
> base on Interbase DB engine, with Web interface.
> I have created a GNUmakefile, but I don't know how to link
> a few additional libraries with my project ( DB libraries ).
> ( I don't know how to define them in GNUmakefile ).
> I have tried to study GNUstep web page, there is a guide in
> Documentation
> section 'Writing Makefiles', but there is nothing about it.
> Could anyone send me any suggestions ?

use ProjectCenter, it does it for you...;-)

There are eflags which you can use, eg

name_ADDITIONAL_TOOL_LIBS +=  (for tools)

or

name_LIBRARIES_DEPEND_UPON += (for libs)

or

name _ADDITIONAL_GUI_LIBS += (for apps)

sweet dreams, Phil



--
Philippe C.D. Robert | Senior Developer
http://www.groupville.com - GroupWare made easy!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]