mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
f6b5facc11
commit
281d5c0eee
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue