On Fri, May 26, 2006 at 02:53:42AM -0400, Patrick McFarland wrote: > Lets say I was abusing NSBundle to provide a plugins via class clustering... > where would the best place to put the plugins (I need a place thats easily > accessable to third parties) (it seems that ApplicationSupport seems to be > the best place), and how can I change my makefile to dump my plugins there?
In my TalkSoup bundles, I do something like this on GNUstep: BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/ApplicationSupport/TalkSoup/InFilters - Andy -- Andrew Ruder <[EMAIL PROTECTED]> http://www.aeruder.net _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
