mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
For compilation on OpenStep 4.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b2456cb90
commit
d4438d0dd3
2 changed files with 10 additions and 3 deletions
|
@ -59,7 +59,10 @@ endif
|
|||
ADDITIONAL_OBJCFLAGS = -Wall
|
||||
ADDITIONAL_CPPFLAGS += $(RUNTIME_DEFINE) $(GUI_DEFINE) $(BACKEND_DEFINE)
|
||||
|
||||
ADDITIONAL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR) -L../Source/$(GNUSTEP_OBJ_DIR)
|
||||
ADDITIONAL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR)
|
||||
ifneq ($(GUI_LIB), nx)
|
||||
ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR)
|
||||
endif
|
||||
|
||||
ADDITIONAL_TOOL_LIBS += -lgmodel
|
||||
ADDITIONAL_OBJC_FLAGS += $(BACKEND_DEFINE)
|
||||
|
@ -73,7 +76,11 @@ ADDITIONAL_INCLUDE_DIRS = -I../Headers -I../Headers/gnustep
|
|||
|
||||
#LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) $(FND_LIBS) $(SYSTEM_LIBS)
|
||||
|
||||
ifneq ($(GUI_LIB), nx)
|
||||
libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
|
||||
else
|
||||
libgmodel_LIBRARIES_DEPEND_UPON = $(FND_LIBS)
|
||||
endif
|
||||
nib2gmodel_LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) \
|
||||
$(FND_LIBS) $(SYSTEM_LIBS)
|
||||
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
#else /* NeXT_RUNTIME */
|
||||
|
||||
#include <objc/objc-class.h>
|
||||
#include <extensions/objc-api.h>
|
||||
#include <extensions/encoding.h>
|
||||
//#include <extensions/objc-api.h>
|
||||
//#include <extensions/encoding.h>
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue