(GNUSTEP_MFILES): New files NSAllocateObject.m, NSBundle.m,

NSCopyObject.m, NSDeallocateObject.m, NSException.m, NSGeometry.m,
NSNumber.m.
(GNUSTEP_HEADERS): New files foundation/NSBundle.h,
foundation/NSException.h, foundation/NSGeometry.h,
foundation/NSNumber.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@155 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-03-18 16:44:12 +00:00
parent fa06de43ee
commit 6e6235c22a

View file

@ -149,8 +149,16 @@ NXStringTable.m \
Storage.m
GNUSTEP_MFILES = \
NSAllocateObject.m \
NSAutoreleasePool.m \
NSBundle.m \
NSCopyObject.m \
NSDeallocateObject.m \
NSException.m \
NSGeometry.m \
NSNumber.m \
NSObject.m \
NSRange.m \
NSString.m
GNU_CFILES = \
@ -259,8 +267,13 @@ objc/README
GNUSTEP_HEADERS = \
foundation/NSAutoreleasePool.h \
foundation/NSBundle.h \
foundation/NSException.h \
foundation/NSGeometry.h \
foundation/NSNumber.h \
foundation/NSObjCRuntime.h \
foundation/NSObject.h \
foundation/NSRange.h \
foundation/NSString.h \
foundation/NSZone.h \
foundation/README