mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add BUNDLE_LIBS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e7640459b
commit
636c50825b
2 changed files with 5 additions and 3 deletions
|
@ -15,6 +15,9 @@
|
|||
|
||||
* Source/libgnustep-gui.def: Remove NSMenuWindow.
|
||||
|
||||
* Model/GNUmakefile (libgmodel_BUNDLE_LIBS): New var.
|
||||
(fix suggested by stephen@brandonitconsulting.co.uk).
|
||||
|
||||
2001-09-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Header/gnustep/gui/NSCell.h
|
||||
|
|
|
@ -77,13 +77,12 @@ ADDITIONAL_INCLUDE_DIRS = -I../Headers -I../Headers/gnustep
|
|||
# What are the libraries this library depends upon. This is needed for some
|
||||
# systems where building a shared library requires to pass to the linker
|
||||
# all the libraries the target library depends upon.
|
||||
|
||||
#LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) $(FND_LIBS) $(SYSTEM_LIBS)
|
||||
|
||||
ifneq ($(GUI_LIB), nx)
|
||||
libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
|
||||
libgmodel_BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
|
||||
else
|
||||
libgmodel_LIBRARIES_DEPEND_UPON = $(FND_LIBS)
|
||||
libgmodel_BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
|
||||
endif
|
||||
nib2gmodel_LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) \
|
||||
$(FND_LIBS) $(SYSTEM_LIBS)
|
||||
|
|
Loading…
Reference in a new issue