discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep frameworks on Solaris


From: Chris B. Vetter
Subject: Re: GNUstep frameworks on Solaris
Date: Tue, 30 Dec 2003 19:42:22 -0800

On Wed, 31 Dec 2003 01:16:22 +0100
Andreas Hoeschler <ahoesch@smartsoft.de> wrote:
> # linking against frameworks
> ADDITIONAL_INCLUDE_DIRS += -framework FBAccess

ADDITIONAL_INCLUDE_DIRS += -IFBAccess

> MyTestFrame_FRAMEWORK_LIBS += -framework FBAccess
> LIBRARIES_DEPEND_UPON += -framework FBAccess

Both should read

  ... += -lFBAccess

however, you only need one of them.

-- 
Chris




reply via email to

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