[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SSL bundle
From: |
Nicola Pero |
Subject: |
Re: SSL bundle |
Date: |
Tue, 19 Feb 2008 11:59:48 +0100 (CET) |
> It would be nice instead for the author of the bundle to be able to
> control if gnustep-gui should be used when linking or not; ie, if
> it's a "GUI bundle" or a "non-GUI bundle". :-)
OK - I implemented all that in trunk.
xxx_NEEDS_GUI can be set to YES or NO to force linking (or not linking)
against gnustep-gui.
If nothing is specified, the traditional behaviour is followed: applications,
bundles, frameworks, palettes and libraries link against the gui library
(if available), all others do not.
I recommend specifying xxx_NEEDS_GUI = YES/NO in all bundles, frameworks and
libraries to make sure the right type of linking is always done. Older
gnustep-make
versions will ignore it; newer ones (well, from the next release) will use it
to make sure the gui library is linked (or not) as required. That's good as
it will prevent any of these "ghost dependencies" problems.
So it should all be completely backwards-compatible. :-)
Thanks
- SSL bundle, Thomas Gamper, 2008/02/08
- Re: SSL bundle, Richard Frith-Macdonald, 2008/02/08
- Re: SSL bundle, Nicola Pero, 2008/02/08
- Re: SSL bundle, Aria Stewart, 2008/02/08
- Re: SSL bundle, David Ayers, 2008/02/10
- Re: SSL bundle, Sašo Kiselkov, 2008/02/10
- Re: SSL bundle, Fred Kiefer, 2008/02/10
- Re: SSL bundle, David Chisnall, 2008/02/10
- Re: SSL bundle, David Ayers, 2008/02/11
- Re: SSL bundle,
Nicola Pero <=