From 896ab6bc6b04b39262e13dbd5f2ff4bfcb774fda Mon Sep 17 00:00:00 2001 From: CaS Date: Mon, 25 Nov 2002 20:30:17 +0000 Subject: [PATCH] Tweaks git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15104 72102866-910b-0410-8b05-ffd578937521 --- EOAdaptors/Postgres95/Postgres95Adaptor.m | 2 +- EOAdaptors/Postgres95/Postgres95Channel.m | 3 +-- EOAdaptors/Postgres95/Postgres95SQLExpression.m | 2 +- EOAdaptors/Postgres95/Postgres95Values.m | 2 +- Tools/Makefile.preamble | 4 ++-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/EOAdaptors/Postgres95/Postgres95Adaptor.m b/EOAdaptors/Postgres95/Postgres95Adaptor.m index 03bb67e..3a926e5 100644 --- a/EOAdaptors/Postgres95/Postgres95Adaptor.m +++ b/EOAdaptors/Postgres95/Postgres95Adaptor.m @@ -48,7 +48,7 @@ static char rcsId[] = "$Id$"; #import #import -#import +#include #import #import diff --git a/EOAdaptors/Postgres95/Postgres95Channel.m b/EOAdaptors/Postgres95/Postgres95Channel.m index 5824eed..360a28d 100644 --- a/EOAdaptors/Postgres95/Postgres95Channel.m +++ b/EOAdaptors/Postgres95/Postgres95Channel.m @@ -45,8 +45,7 @@ static char rcsId[] = "$Id$"; #import #import -#import -#import +#include #import diff --git a/EOAdaptors/Postgres95/Postgres95SQLExpression.m b/EOAdaptors/Postgres95/Postgres95SQLExpression.m index 33700df..9058746 100644 --- a/EOAdaptors/Postgres95/Postgres95SQLExpression.m +++ b/EOAdaptors/Postgres95/Postgres95SQLExpression.m @@ -37,7 +37,7 @@ static char rcsId[] = "$Id$"; #import #import -#import +#include #import diff --git a/EOAdaptors/Postgres95/Postgres95Values.m b/EOAdaptors/Postgres95/Postgres95Values.m index 5655985..3954f1a 100644 --- a/EOAdaptors/Postgres95/Postgres95Values.m +++ b/EOAdaptors/Postgres95/Postgres95Values.m @@ -38,7 +38,7 @@ static char rcsId[] = "$Id$"; #import #import -#import +#include #import #import diff --git a/Tools/Makefile.preamble b/Tools/Makefile.preamble index fe7f568..b72db50 100644 --- a/Tools/Makefile.preamble +++ b/Tools/Makefile.preamble @@ -49,9 +49,9 @@ ADDITIONAL_INCLUDE_DIRS = -I.. # Additional LDFLAGS to pass to the linker ifeq ($(debug), yes) - ADDITIONAL_LDFLAGS := $(ADDITIONAL_LDFLAGS) -lFoundationExt_d -lgnustep-db2_d -lgnustep-db2control_d + ADDITIONAL_LDFLAGS := $(ADDITIONAL_LDFLAGS) -lgnustep-db2_d -lgnustep-db2control_d else - ADDITIONAL_LDFLAGS := $(ADDITIONAL_LDFLAGS) -lFoundationExt -lgnustep-db2 -lgnustep-db2control + ADDITIONAL_LDFLAGS := $(ADDITIONAL_LDFLAGS) -lgnustep-db2 -lgnustep-db2control endif # Additional library directories the linker should search