discuss-gnustep
[Top][All Lists]
Advanced

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

Including resources in a GNUstep bundle


From: Andreas Höschler
Subject: Including resources in a GNUstep bundle
Date: Wed, 22 May 2002 17:44:11 +0200

Hi,

I am trying to have a Localizable.strings file in the resources folder of a bundle. My GNUmakefile currently looks as follows.

include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME = Test
Test_HEADER_FILES = Person.h
Test_HEADER_FILES_INSTALL_DIR = Test
Test_OBJC_FILES = Person.m
Test_RESOURCES = Localizable.strings
include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make


but Localizable.strings does not get copied to /opt/GNUstep/Local/Library/Bundles/Test.bundle/Resources. What am I doing wrong?

Thanks,

   Andreas




reply via email to

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