I added this. Thanks.
Stefan Urbanek wrote:
> Hi,
>
> In bundle.make there is around line 251:
>
> # GNUstep bundles
> $(BUNDLE_DIR_NAME)/Resources/Info-gnustep.plist: $(BUNDLE_DIR_NAME)/Resources
> @(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
> echo " NSExecutable = \"$(INTERNAL_bundle_NAME)${BUNDLE_OBJ_EXT}\";"; \
> if [ "$(MAIN_MODEL_FILE)" = "" ]; then \
> echo " NSMainNibFile = \"\";"; \
> else \
> echo " NSMainNibFile = \"$(subst .gmodel,,$(subst .gorm,,$(subst
> .nib,,$(MAIN_MODEL_FILE))))\";"; \
> fi; \
> echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \
> echo "}") >$@
>
>
> This has to be added to include *Info.plist (same as in application.make):
>
> @if [ -r "$(INTERNAL_bundle_NAME)Info.plist" ]; then \
> plmerge $@ $(INTERNAL_bundle_NAME)Info.plist; \
> fi
>
--
Adam Fedor, Digital Optics | Fudd's law of opposition: Push
[EMAIL PROTECTED] http://www.doc.com | something hard enough, and it
[EMAIL PROTECTED] http://www.gnustep.org | will fall over.
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep