mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +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
5faed85607
commit
f959b94590
2 changed files with 5 additions and 3 deletions
|
@ -15,6 +15,9 @@
|
||||||
|
|
||||||
* Source/libgnustep-gui.def: Remove NSMenuWindow.
|
* 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>
|
2001-09-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Header/gnustep/gui/NSCell.h
|
* 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
|
# 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
|
# systems where building a shared library requires to pass to the linker
|
||||||
# all the libraries the target library depends upon.
|
# all the libraries the target library depends upon.
|
||||||
|
|
||||||
#LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) $(FND_LIBS) $(SYSTEM_LIBS)
|
|
||||||
|
|
||||||
ifneq ($(GUI_LIB), nx)
|
ifneq ($(GUI_LIB), nx)
|
||||||
libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
|
libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
|
||||||
|
libgmodel_BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
|
||||||
else
|
else
|
||||||
libgmodel_LIBRARIES_DEPEND_UPON = $(FND_LIBS)
|
libgmodel_LIBRARIES_DEPEND_UPON = $(FND_LIBS)
|
||||||
|
libgmodel_BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
|
||||||
endif
|
endif
|
||||||
nib2gmodel_LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) \
|
nib2gmodel_LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) \
|
||||||
$(FND_LIBS) $(SYSTEM_LIBS)
|
$(FND_LIBS) $(SYSTEM_LIBS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue