mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Improved link flags on Apple; implemented DYLIB_INSTALL_BASE_NAME for Apple frameworks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18049 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1079c3499
commit
e5fbbda4ed
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon Nov 3 23:48:41 2003 Marcus Muller <znek@mulle-kybernetik.com>
|
||||
|
||||
* target.make (SHARED_LIB_LINK_CMD): Use -prebind flag on Apple.
|
||||
* Instance/framework.make (DYLIB_INSTALL_NAME_BASE): New variable.
|
||||
(LIB_LINK_INSTALL_NAME): Define using DYLIB_INSTALL_NAME_BASE if
|
||||
it was set.
|
||||
|
||||
Mon Nov 3 23:34:56 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* rules.make (ADDITIONAL_INCLUDE_DIRS): Do not add -framework
|
||||
|
|
Loading…
Reference in a new issue