mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
fa06de43ee
commit
6e6235c22a
1 changed files with 13 additions and 0 deletions
13
Makefile.in
13
Makefile.in
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue