mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Added support for $(GNUSTEP_INSTANCE)Info.plist to frameworks too
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a682224afa
commit
8c7cee0000
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon May 20 11:11:29 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/framework.make
|
||||
($(FRAMEWORK_VERSION_DIR_NAME)/Resources/Info-gnustep.plist):
|
||||
Merge $(GNUSTEP_INSTANCE)Info.plist - if there is one - into the
|
||||
framework's gnustep plist.
|
||||
|
||||
2002-05-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/machines.texi: Updated info re Win98
|
||||
|
|
|
@ -282,7 +282,9 @@ $(FRAMEWORK_VERSION_DIR_NAME)/Resources/Info-gnustep.plist: $(FRAMEWORK_VERSION_
|
|||
echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \
|
||||
echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \
|
||||
echo "}") >$@
|
||||
|
||||
@if [ -r "$(GNUSTEP_INSTANCE)Info.plist" ]; then \
|
||||
plmerge $@ $(GNUSTEP_INSTANCE)Info.plist; \
|
||||
fi
|
||||
|
||||
ifneq ($(WITH_DLL),yes)
|
||||
|
||||
|
|
Loading…
Reference in a new issue