On 17 Feb 2008, at 18:49, David Wetzel wrote:

Hi folks,

I would like to install a bundle in

/usr/GNUstep/Local/Library/Bundles/CustomXXX/

how can I do that? (Both relative to the GNUstep Local Library path or GS root or just a totally different dir)

IIRC it is

 xxx_INSTALL_DIR = $(GNUSTEP_BUNDLES)/CustomXXX

where 'xxx' is the name of your bundle, as in (untested, but should work) --

---

include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = MyBundle

MyBundle_OBJC_FILES = MyBundle.m
MyBundle_INSTALL_DIR = $(GNUSTEP_BUNDLES)/CustomXXX

include $(GNUSTEP_MAKEFILES)/bundle.make

----

Thanks


_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to