mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 01:10:56 +00:00
Updated comment for change in library.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e560dbe4cf
commit
2eb4aadecc
1 changed files with 6 additions and 5 deletions
11
target.make
11
target.make
|
@ -89,11 +89,12 @@ endif
|
|||
# LIB_LINK_SONAME_FILE: this is only used for shared libraries; it
|
||||
# should be passed in the -Wl,-soname argument of most linkers when
|
||||
# building the LIB_LINK_VERSION_FILE. Typically `libgnustep-base.so.1'
|
||||
# (but might also be `libgnustep-base.so.1.0' if SOVERSION has been
|
||||
# manually changed when using library.make). On many platforms,
|
||||
# it's appropriate/standard to also create this file as a symlink to
|
||||
# LIB_LINK_VERSION_FILE. If LIB_LINK_VERSION_FILE is the same as
|
||||
# LIB_LINK_SONAME_FILE, then the symlink should not be created.
|
||||
# (but might also be `libgnustep-base.so.1.0' if INTERFACE_VERSION
|
||||
# has been manually changed when using library.make). On many
|
||||
# platforms, it's appropriate/standard to also create this file as
|
||||
# a symlink to LIB_LINK_VERSION_FILE. If LIB_LINK_VERSION_FILE is
|
||||
# the same as LIB_LINK_SONAME_FILE, then the symlink should not be
|
||||
# created.
|
||||
# LIB_LINK_FILE: this is only used for shared libraries; it should
|
||||
# be created as a symlink to LIB_LINK_VERSION_FILE (or to
|
||||
# LIB_LINK_SONAME_FILE if it's created on that platform).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue