mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 05:00:46 +00:00
* *.m: Include GNUstep.h if GNUSTEP is not defined for OS X.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cca381a47b
commit
9238fc1a32
69 changed files with 345 additions and 14 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-11 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* *.m: Include GNUstep.h if GNUSTEP is not defined for OS X.
|
||||
|
||||
2003-06-26 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* config.h.in:
|
||||
o added EMIT_TODO control
|
||||
|
|
|
@ -43,6 +43,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOCheapArray.h>
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -63,6 +63,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/Unicode.h>
|
||||
|
||||
|
||||
|
|
|
@ -48,6 +48,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOMutableKnownKeyDictionary.h>
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
|
|
|
@ -46,6 +46,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include <EOAccess/EOAdaptor.h>
|
||||
|
|
|
@ -42,6 +42,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EODatabaseOperation.h>
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
|
|
|
@ -57,6 +57,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
#include <EOControl/EOObserver.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -49,6 +49,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObjectStore.h>
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -51,6 +51,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
|
|
|
@ -55,6 +55,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOFault.h>
|
||||
|
|
|
@ -52,6 +52,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
|
|
|
@ -46,6 +46,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include <EOAccess/EODatabaseOperation.h>
|
||||
|
|
|
@ -60,6 +60,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
|
|
|
@ -51,6 +51,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -43,6 +43,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include <EOAccess/EOModel.h>
|
||||
|
|
|
@ -51,6 +51,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOGenericRecord.h>
|
||||
|
|
|
@ -45,6 +45,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOModelGroup.h>
|
||||
#include <EOAccess/EOModel.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
|
|
|
@ -47,6 +47,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObserver.h>
|
||||
#include <EOControl/EOMutableKnownKeyDictionary.h>
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
|
|
|
@ -49,6 +49,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -48,6 +48,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOSQLQualifier.h>
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
#include <EOAccess/EORelationship.h>
|
||||
|
|
|
@ -43,6 +43,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -47,6 +47,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -56,6 +56,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -54,6 +54,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
|
|
|
@ -51,6 +51,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include <Postgres95EOAdaptor/Postgres95Adaptor.h>
|
||||
|
|
|
@ -43,6 +43,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -48,6 +48,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
|
||||
|
|
|
@ -45,6 +45,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <EOControl/EOArrayDataSource.h>
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
|
|
@ -45,6 +45,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOCheapArray.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -54,6 +54,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -35,6 +35,11 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODataSource.h>
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
|
|
@ -41,6 +41,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -45,6 +45,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODetailDataSource.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EOKeyValueArchiver.h>
|
||||
|
|
|
@ -37,6 +37,10 @@ RCS_ID("$Id$")
|
|||
//TODO EOMultiReaderLocks
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
#include <EOControl/EOObjectStoreCoordinator.h>
|
||||
#include <EOControl/EOGlobalID.h>
|
||||
|
|
|
@ -54,7 +54,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOFault.h>
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
|
|
|
@ -48,6 +48,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
|
||||
#include <EOControl/EOFault.h>
|
||||
|
|
|
@ -44,6 +44,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
#include <EOControl/EOKeyValueArchiver.h>
|
||||
#include <EOControl/EOObserver.h>
|
||||
|
|
|
@ -51,6 +51,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
|
|
@ -42,6 +42,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOGlobalID.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -44,6 +44,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -44,6 +44,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -45,6 +45,9 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyValueArchiver.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -56,6 +56,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -46,6 +46,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EOObjectStore.h>
|
||||
|
|
|
@ -47,6 +47,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOMutableKnownKeyDictionary.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -50,6 +50,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -43,6 +43,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
||||
|
||||
|
|
|
@ -47,6 +47,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -41,6 +41,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObjectStore.h>
|
||||
|
||||
|
||||
|
|
|
@ -46,6 +46,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObjectStoreCoordinator.h>
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -46,6 +46,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -43,6 +43,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -50,6 +50,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -44,6 +44,10 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOSortOrdering.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
#include <EOControl/EOKeyValueArchiver.h>
|
||||
|
|
|
@ -35,6 +35,10 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODeprecated.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# eoaccess makefile for GNUstep Database Library.
|
||||
# EOControl makefile for GNUstep Database Library.
|
||||
#
|
||||
# Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
#
|
||||
|
|
|
@ -58,8 +58,7 @@ ADDITIONAL_LIB_DIRS =
|
|||
#
|
||||
|
||||
# Additional directories to be created during installation
|
||||
ADDITIONAL_INSTALL_DIRS = \
|
||||
$(GNUSTEP_HEADERS)/$(GNUSTEP_FND_DIR)/eoaccess/exceptions
|
||||
ADDITIONAL_INSTALL_DIRS =
|
||||
|
||||
|
||||
# What are the libraries this library depends upon. This is needed for some
|
||||
|
|
|
@ -26,6 +26,10 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOModeler/EOModelExtensions.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -58,8 +58,7 @@ ADDITIONAL_LIB_DIRS =
|
|||
#
|
||||
|
||||
# Additional directories to be created during installation
|
||||
ADDITIONAL_INSTALL_DIRS = \
|
||||
$(GNUSTEP_HEADERS)/$(GNUSTEP_FND_DIR)/eoaccess/exceptions
|
||||
ADDITIONAL_INSTALL_DIRS =
|
||||
|
||||
|
||||
# What are the libraries this library depends upon. This is needed for some
|
||||
|
|
|
@ -35,10 +35,20 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
#include "EOAttribute+GSDoc.h"
|
||||
|
|
|
@ -35,9 +35,19 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
#include "EOModel+GSDoc.h"
|
||||
|
|
|
@ -35,10 +35,20 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
#include <EOAccess/EOJoin.h>
|
||||
#include <EOAccess/EORelationship.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
#include "EOAttribute+GSDoc.h"
|
||||
|
|
|
@ -34,12 +34,22 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation>
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
#include <EOAccess/EOModel.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
#include "EOEntity+GSDoc.h"
|
||||
|
|
|
@ -34,10 +34,20 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
#include <EOAccess/EORelationship.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
#include "EORelationship+GSDoc.h"
|
||||
|
|
|
@ -34,8 +34,16 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
|
||||
|
||||
|
|
|
@ -34,8 +34,18 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
|
||||
|
||||
|
|
|
@ -35,7 +35,27 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSCalendarDate.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSFileHandle.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOControl.h>
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
||||
|
|
|
@ -34,8 +34,26 @@
|
|||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
#include "EOModel+GSDoc.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue