libs-base/macosx
ayers cb5b1310d0 * Headers/Additions/GNUstepBase/GSCategories.h: Move
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
2003-09-13 22:42:50 +00:00
..
English.lproj macosx: New directory holding MacOSX project for building 2003-03-25 22:39:24 +00:00
gnustep.pbproj macosx update 2003-09-11 19:23:31 +00:00
GNUstepBase * Headers/Additions/GNUstepBase/GSCategories.h: Move 2003-09-13 22:42:50 +00:00
config.h Update project build 2003-04-04 22:51:51 +00:00
README macosx: New directory holding MacOSX project for building 2003-03-25 22:39:24 +00:00

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.