mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
declarations from Source/Additions/GSCompatibility.h to here. ([NSObject -compare:]): Deprecate. * Source/Additions/GSCompatibility.h: Move contents from here to Headers/Additions/GNUstepBase/GSCategories.h. * Source/Additions/GSCategories.m: ([NSObject -compare:]): Deprecate. * Headers/Foundation/NSObject.h ([NSObject -compare:]): Deprecate. * Source/Additions/GCDictionary.m: Include GNUstepBase/GSCategories.h rather than GSCompatibility.h. * Source/Additions/GCObject.m: Ditto. * Source/Additions/GSMime.m: Ditto. * Source/Additions/GSObjCRuntime.m: Ditto. * Source/Additions/GSXML.m: Ditto. * Source/Additions/Unicode.m: Ditto. * macosx/GNUstepBase/preface.h: Update include for new header structure. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17664 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.. | ||
English.lproj | ||
gnustep.pbproj | ||
GNUstepBase | ||
config.h | ||
README |
ProjectBuilder Project for GNUstep Additions Framework on MacOSX --------------------------------------------------------------- This a MacOSX ProjectBuilder project for building the GNUstep Additions Framework, written by Stephane Corthesy <stephane@sente.ch>. If builds a library that contains classes and extensions found in the GNUstep base library, but that are not found in the MacOSX Foundation framework. Note that the GNUstep developers do NOT maintain this project as we do not normally have access to MacOSX machines. Thus it is possible this project will be out of date with the actual sources. However, it is always possible to build the Additions library with the standard GNUstep make system (install gnustep-make first, then build gnustep-base with make base=no add=yes). Volunteers to help maintain this project are welcome.