mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* Source/Makefile.preamble: Add objc lib on all platforms. Fixes bug #9920.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab9a50e0d1
commit
3906a84a05
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.preamble: Add objc lib on all platforms
|
||||
Fixes bug #9920.
|
||||
|
||||
2005-06-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSObject.h: Add a versioning constant and
|
||||
|
|
|
@ -71,12 +71,7 @@ ADDITIONAL_LDFLAGS =
|
|||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS = -L$(GNUSTEP_OBJ_DIR)
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
|
||||
libgnustep-base_LIBRARIES_DEPEND_UPON += -lobjc
|
||||
endif
|
||||
ifeq ($(GNUSTEP_TARGET_OS),cygwin)
|
||||
libgnustep-base_LIBRARIES_DEPEND_UPON += -lobjc
|
||||
endif
|
||||
libgnustep-base_LIBRARIES_DEPEND_UPON += $(AUXILIARY_OBJC_LIBS) $(OBJC_LIBS)
|
||||
ifeq ($(shared),yes)
|
||||
libgnustep-base_LIBRARIES_DEPEND_UPON += $(TARGET_SYSTEM_LIBS)
|
||||
libgnustep-baseadd_LIBRARIES_DEPEND_UPON += $(TARGET_SYSTEM_LIBS)
|
||||
|
|
Loading…
Reference in a new issue