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:
Nicola Pero 2002-05-20 10:14:39 +00:00
parent a682224afa
commit 8c7cee0000
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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)