Simplified code in library-combo.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11663 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-08 17:04:42 +00:00
parent f473175f1b
commit 6c070a6ec9

View file

@ -1,3 +1,13 @@
Sat Dec 8 14:22:43 2001 Nicola Pero <n.pero@mi.flashnet.it>
* library-combo.make (OBJC_RUNTIME_LIB, FOUNDATION_LIB, GUI_LIB):
Modified code setting these variables to allow the user to
override their definition manually.
(runtime, foundation, gui): Variables removed - obsoleted - the
user should set OBJC_RUNTIME_LIB, FOUNDATION_LIB and GUI_LIB
directly.
(library_combo, the_library_combo): Simplified code.
Sat Dec 8 13:27:12 2001 Nicola Pero <n.pero@mi.flashnet.it>
* brain.make: Renamed to library-combo.make.