On 2008-08-29 00:24:58 +0200 Nicola Pero
<[EMAIL PROTECTED]> 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
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep