mirror of
https://github.com/gnustep/libs-back.git
synced 2025-06-01 09:42:17 +00:00
Fix includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13272 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
590c87e78b
commit
48ed102f75
7 changed files with 16 additions and 13 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2002-03-30 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/GNUmakefile.preamble: Add graphic includes, -Wall
|
||||||
|
* Source/gsc/GNUmakefile.preamble: Likewise.
|
||||||
|
* Source/x11/GNUmakefile.preamble: Likewise.
|
||||||
|
* Source/xlib/GNUmakefile.preamble: Likewise.
|
||||||
|
|
||||||
|
* Tools/font_cacher.m: Fix include.
|
||||||
|
|
||||||
2002-03-29 Adam Fedor <fedor@gnu.org>
|
2002-03-29 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/gsc/GSGState.m (-GSSendBezierPath:): Append path in all
|
* Source/gsc/GSGState.m (-GSSendBezierPath:): Append path in all
|
||||||
|
|
|
@ -58,7 +58,6 @@ ADDITIONAL_INCLUDE_DIRS += -I../Headers \
|
||||||
# Flags for compiling as a bundle
|
# Flags for compiling as a bundle
|
||||||
ifneq ($(BACKEND_BUNDLE),)
|
ifneq ($(BACKEND_BUNDLE),)
|
||||||
libgnustep-back_BUNDLE_LIBS = $(GRAPHIC_LIBS)
|
libgnustep-back_BUNDLE_LIBS = $(GRAPHIC_LIBS)
|
||||||
ADDITIONAL_INCLUDE_DIRS += $(GRAPHIC_CFLAGS)
|
|
||||||
ADDITIONAL_LIB_DIRS += $(GRAPHIC_LFLAGS)
|
ADDITIONAL_LIB_DIRS += $(GRAPHIC_LFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -27,10 +27,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Additional flags to pass to the preprocessor
|
# Additional flags to pass to the preprocessor
|
||||||
GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT)
|
ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS)
|
||||||
ADDITIONAL_CPPFLAGS = -DGNUSTEP_INSTALL_LIBDIR=\"$(GNUSTEP_INSTALL_LIBDIR)\" \
|
|
||||||
-DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_INSTALL_PREFIX) \
|
|
||||||
$(CONFIG_SYSTEM_DEFS)
|
|
||||||
|
|
||||||
# Additional flags to pass to the Objective-C compiler
|
# Additional flags to pass to the Objective-C compiler
|
||||||
#ADDITIONAL_OBJCFLAGS =
|
#ADDITIONAL_OBJCFLAGS =
|
||||||
|
|
|
@ -28,9 +28,7 @@
|
||||||
|
|
||||||
# Additional flags to pass to the preprocessor
|
# Additional flags to pass to the preprocessor
|
||||||
GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT)
|
GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT)
|
||||||
ADDITIONAL_CPPFLAGS = -DGNUSTEP_INSTALL_LIBDIR=\"$(GNUSTEP_INSTALL_LIBDIR)\" \
|
ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS)
|
||||||
-DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_INSTALL_PREFIX) \
|
|
||||||
$(CONFIG_SYSTEM_DEFS)
|
|
||||||
|
|
||||||
# Additional flags to pass to the Objective-C compiler
|
# Additional flags to pass to the Objective-C compiler
|
||||||
ADDITIONAL_OBJCFLAGS =
|
ADDITIONAL_OBJCFLAGS =
|
||||||
|
@ -39,8 +37,8 @@ ADDITIONAL_OBJCFLAGS =
|
||||||
ADDITIONAL_CFLAGS =
|
ADDITIONAL_CFLAGS =
|
||||||
|
|
||||||
# Additional include directories the compiler should search
|
# Additional include directories the compiler should search
|
||||||
ADDITIONAL_INCLUDE_DIRS = -I../../Headers \
|
ADDITIONAL_INCLUDE_DIRS += -I../../Headers \
|
||||||
-I../$(GNUSTEP_TARGET_DIR)
|
-I../$(GNUSTEP_TARGET_DIR) $(GRAPHIC_CFLAGS)
|
||||||
|
|
||||||
# Additional LDFLAGS to pass to the linker
|
# Additional LDFLAGS to pass to the linker
|
||||||
ADDITIONAL_LDFLAGS =
|
ADDITIONAL_LDFLAGS =
|
||||||
|
|
|
@ -38,7 +38,7 @@ ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS)
|
||||||
|
|
||||||
# Additional include directories the compiler should search
|
# Additional include directories the compiler should search
|
||||||
ADDITIONAL_INCLUDE_DIRS = -I../../Headers \
|
ADDITIONAL_INCLUDE_DIRS = -I../../Headers \
|
||||||
-I../$(GNUSTEP_TARGET_DIR)
|
-I../$(GNUSTEP_TARGET_DIR) $(GRAPHIC_CFLAGS)
|
||||||
|
|
||||||
# Additional LDFLAGS to pass to the linker
|
# Additional LDFLAGS to pass to the linker
|
||||||
ADDITIONAL_LDFLAGS =
|
ADDITIONAL_LDFLAGS =
|
||||||
|
|
|
@ -38,7 +38,7 @@ ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS)
|
||||||
|
|
||||||
# Additional include directories the compiler should search
|
# Additional include directories the compiler should search
|
||||||
ADDITIONAL_INCLUDE_DIRS = -I../../Headers \
|
ADDITIONAL_INCLUDE_DIRS = -I../../Headers \
|
||||||
-I../$(GNUSTEP_TARGET_DIR)
|
-I../$(GNUSTEP_TARGET_DIR) $(GRAPHIC_CFLAGS)
|
||||||
|
|
||||||
# Additional LDFLAGS to pass to the linker
|
# Additional LDFLAGS to pass to the linker
|
||||||
ADDITIONAL_LDFLAGS =
|
ADDITIONAL_LDFLAGS =
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <gnustep/xgps/XGContextPrivate.h>
|
#include "xlib/XGPrivate.h"
|
||||||
|
|
||||||
#define stringify_it(X) #X
|
#define stringify_it(X) #X
|
||||||
#define makever(X) stringify_it(X)
|
#define makever(X) stringify_it(X)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue