mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Updated API for subproject resource bundles - you now need to set
xxx_HAS_RESOURCE_BUNDLE = yes to turn it on git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14586 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc421882ab
commit
c9a3021b1c
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
Fri Sep 27 03:16:57 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Warning - minor incompatible change/update in API.
|
||||
* Master/subproject.make (internal-clean): Do not remove
|
||||
Resources/Subproject.
|
||||
(internal-distclean): Only remove Resources/ if the subproject has
|
||||
xxx_HAS_RESOURCE_BUNDLE = yes.
|
||||
* Instance/subproject.make: Only build the Resources/ bundle if
|
||||
`xxx_HAS_RESOURCE_BUNDLE = yes' is set in the GNUmakefile.
|
||||
|
||||
Fri Sep 27 03:12:46 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Master/subproject.make (SUBPROJECT_NAME): If SUBPROJECT_NAME
|
||||
contains more than one word, emit warnings, and drop all words
|
||||
except the first one.
|
||||
(internal-clean): Simplified expression to compute pswrap files.
|
||||
|
||||
Thu Sep 26 03:11:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Implemented resource bundles for tools.
|
||||
|
|
Loading…
Reference in a new issue