mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
Tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15104 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9931b82a55
commit
869fcdf40d
5 changed files with 6 additions and 7 deletions
|
@ -48,7 +48,7 @@ static char rcsId[] = "$Id$";
|
||||||
#import <Foundation/NSDate.h>
|
#import <Foundation/NSDate.h>
|
||||||
#import <Foundation/NSAutoreleasePool.h>
|
#import <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
||||||
#import <extensions/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
|
|
||||||
#import <EOAccess/EOAccess.h>
|
#import <EOAccess/EOAccess.h>
|
||||||
#import <EOAccess/EOAttribute.h>
|
#import <EOAccess/EOAttribute.h>
|
||||||
|
|
|
@ -45,8 +45,7 @@ static char rcsId[] = "$Id$";
|
||||||
#import <Foundation/NSObjCRuntime.h>
|
#import <Foundation/NSObjCRuntime.h>
|
||||||
#import <Foundation/NSUtilities.h>
|
#import <Foundation/NSUtilities.h>
|
||||||
|
|
||||||
#import <extensions/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#import <extensions/exceptions/GeneralExceptions.h>
|
|
||||||
|
|
||||||
#import <EOAccess/EOAccess.h>
|
#import <EOAccess/EOAccess.h>
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ static char rcsId[] = "$Id$";
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import <Foundation/NSUtilities.h>
|
#import <Foundation/NSUtilities.h>
|
||||||
|
|
||||||
#import <extensions/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
|
|
||||||
#import <EOAccess/EOAccess.h>
|
#import <EOAccess/EOAccess.h>
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ static char rcsId[] = "$Id$";
|
||||||
#import <Foundation/NSString.h>
|
#import <Foundation/NSString.h>
|
||||||
#import <Foundation/NSValue.h>
|
#import <Foundation/NSValue.h>
|
||||||
|
|
||||||
#import <extensions/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
|
|
||||||
#import <EOAccess/EOAccess.h>
|
#import <EOAccess/EOAccess.h>
|
||||||
#import <EOAccess/EOAttribute.h>
|
#import <EOAccess/EOAttribute.h>
|
||||||
|
|
|
@ -49,9 +49,9 @@ ADDITIONAL_INCLUDE_DIRS = -I..
|
||||||
|
|
||||||
# Additional LDFLAGS to pass to the linker
|
# Additional LDFLAGS to pass to the linker
|
||||||
ifeq ($(debug), yes)
|
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
|
else
|
||||||
ADDITIONAL_LDFLAGS := $(ADDITIONAL_LDFLAGS) -lFoundationExt -lgnustep-db2 -lgnustep-db2control
|
ADDITIONAL_LDFLAGS := $(ADDITIONAL_LDFLAGS) -lgnustep-db2 -lgnustep-db2control
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Additional library directories the linker should search
|
# Additional library directories the linker should search
|
||||||
|
|
Loading…
Reference in a new issue