discuss-gnustep
[Top][All Lists]
Advanced

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

Re: ctool_OBJC_FILES


From: Nicola Pero
Subject: Re: ctool_OBJC_FILES
Date: Tue, 27 May 2003 13:41:26 +0100 (BST)

> > In practice, you are probably Ok for now with using clibrary.make - that
> > will not change anytime soon.  :-)
> > 
> 
> When clibrary.make generates the library, it uses debug and profile flags, so 
> i end up with 'libPromise_d...'. Is there a formal way to depend upon a 
> generic library name? '.._LIBRARIES_DEPEND_UPON = -lName', is only used by 
> *library.make it seems.

Hmmm... what do you exactly mean ?

If you want to use the library in a tool compiled using objc.make, you can
add (in the makefile using objc.make)

ADDITIONAL_OBJC_LIBS += -lName

(or, xxx_OBJC_LIBS = -lName); gnustep-make should automatically lookup
libName, and resolve it to libName_d or libName_p or whatever, and pass to 
the linker -lName_d or -lName or -lName_p or -lName_dp or ...





reply via email to

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