discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Two questions about bundles


From: Peter Cooper
Subject: Re: Two questions about bundles
Date: Fri, 29 Aug 2008 06:53:52 +0200
User-agent: GNUMail (Version 1.2.0)

On 2008-08-29 00:24:58 +0200 Nicola Pero <nicola.pero@meta-innovation.com> wrote:

I'm looking at using bundles for a non-gui tool. A curious thing is that I get a lot of superfluous libraries automatically linked.

Try adding

   Test_NEEDS_GUI = NO

to your GNUmakefile - the gnustep-gui libraries should no longer be linked in. This requires gnustep-make >= 2.0.6.

Let me know if it works (or not). :-)

Brilliant. It works!

Additionally, can I specify the extension of the bundle per bundle in the same Makefile or should be using an aggregate project?

You need to use an aggregate project because the only way to change the bundle extension is by using the BUNDLE_EXTENSION
variable, which is global, not per bundle.

I suppose we may want to consider improving this in future releases ... ;-)

Ok. Aggregate projects work for me too. I wasn't sure if I was using things the right way ;-)

Thanks for the help!

Peter






reply via email to

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