|
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) |
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 = NOto 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_EXTENSIONvariable, 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
[Prev in Thread] | Current Thread | [Next in Thread] |