mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Implemented support for preprocessed xxxInfo.plist in applications
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52c7b83afe
commit
28ecf51743
1 changed files with 16 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
Mon Apr 14 12:00:01 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Implemented support for preprocessed Info.plists in applications.
|
||||
* config.make.in (CPP): Define.
|
||||
* rules.make (ALL_CPLISTFLAGS): New flags.
|
||||
(%.plist): Added rule to generate %.plist from %.cplist by running
|
||||
the preprocessor.
|
||||
* messages.make (ECHO_PREPROCESSING): New message.
|
||||
* Instance/application.make: If xxx_PREPROCESS_INFO_PLIST is set
|
||||
to yes in the user makefile, automatically depend on
|
||||
xxxInfo.plist, which is then automatically generated from
|
||||
xxxInfo.cplist.
|
||||
* Master/application.make (_PLIST_INFO_FILES): New variable.
|
||||
(internal-clean): Remove info plist files generated by the
|
||||
preprocessor.
|
||||
|
||||
Fri Apr 11 12:38:44 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.in (install): Bug fix - install fixpath.sh from the
|
||||
|
|
Loading…
Reference in a new issue