mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Implemented resource bundles for tools
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14580 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bd84587cb
commit
c61d5153a7
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Thu Sep 26 03:11:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Implemented resource bundles for tools.
|
||||
* Master/tool.make (internal-distclean): Wipe out the Resources/
|
||||
directory if there is any tool with xxx_HAS_RESOURCE_BUNDLE = yes.
|
||||
* Instance/tool.make: If xxx_HAS_RESOURCE_BUNDLE = yes, include
|
||||
Shared/Instance/bundle.make with the appropriate parameters and
|
||||
use its rules. All the standard xxx_RESOURCE_FILES etc options
|
||||
are then available; the bundle is automatically created in
|
||||
./Resources/tool_name, managed and installed in the appropriate
|
||||
dir, and automatically available to the tool code -- both before
|
||||
and after installation -- via gnustep-base's [NSBundle
|
||||
+mainBundle].
|
||||
|
||||
Thu Sep 26 03:08:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/bundle.make: Implemented rules to install and
|
||||
|
|
Loading…
Reference in a new issue