gnustep-dev
[Top][All Lists]
Advanced

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

Re: custom install dir for bundles?


From: Nicola Pero
Subject: Re: custom install dir for bundles?
Date: Sun, 17 Feb 2008 21:21:57 +0000


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




reply via email to

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