New code building and installing native frameworks on Apple

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-12-25 02:09:14 +00:00
parent f6b5facc11
commit 281d5c0eee

View file

@ -1,3 +1,14 @@
Wed Dec 25 03:04:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
* target.make (DYLIB_INSTALL_NAME): Variable removed, replaced
by LIB_LINK_INSTALL_NAME.
* Instance/library.make (LIB_LINK_INSTALL_NAME): Define.
* Instance/framework.make (LIB_LINK_INSTALL_NAME): Define.
* Instance/framework.make: Do not build and link the dummy
framework class on Apple. On Apple, create the symbolic link
xxx.framework/xxx --> the shared library. Modified NSExecutable
value on Apple. New install code for Apple.
Wed Dec 25 02:53:19 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Master/application.make (internal-clean): Removed special code