mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Make things to work with LIBRARY_NAME = Renaissance, and added support
for native libraries git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8212ec0e49
commit
35ac4f7ba3
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
Sun Oct 19 16:09:46 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* native-library.make: New file.
|
||||
* GNUmakefile.in: Install native-library.make.
|
||||
* Instance/rules.make (ADDITIONAL_NATIVE_LIBS): Set from
|
||||
xxx_NATIVE_LIBS.
|
||||
* rules.make: Implemented ADDITIONAL_NATIVE_LIBS.
|
||||
|
||||
Sun Oct 19 15:43:50 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/library.make (LIBRARY_NAME_WITH_LIB): New variable.
|
||||
Use it in place of GNUSTEP_INSTANCE whenever lib{library-name} is
|
||||
expected. With this change, LIBRARY_NAME can now include or not
|
||||
the 'lib' prefix, and everything should work in both cases.
|
||||
|
||||
Wed Oct 15 17:02:30 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Master/tool.make (internal-distclean): Fixed typo causing it not
|
||||
|
|
Loading…
Reference in a new issue