mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
(GNUSTEP_MFILES): Added NSConcreteArray.m.
(GNUSTEP_HEADERS): Added NSConcreteArray.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@273 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
870485e833
commit
1fb023acb4
1 changed files with 3 additions and 1 deletions
|
@ -164,6 +164,7 @@ NSAutoreleasePool.m \
|
|||
NSBundle.m \
|
||||
NSCoder.m \
|
||||
NSCopyObject.m \
|
||||
NSConcreteArray.m \
|
||||
NSConcreteValue.m \
|
||||
NSCString.m \
|
||||
NSDeallocateObject.m \
|
||||
|
@ -305,8 +306,9 @@ foundation/NSAutoreleasePool.h \
|
|||
foundation/NSBundle.h \
|
||||
foundation/NSCString.h \
|
||||
foundation/NSCoder.h \
|
||||
foundation/NSConcreteValue.h \
|
||||
foundation/NSConcreteArray.h \
|
||||
foundation/NSConcreteNumber.h \
|
||||
foundation/NSConcreteValue.h \
|
||||
foundation/NSDictionary.h \
|
||||
foundation/NSException.h \
|
||||
foundation/NSGeometry.h \
|
||||
|
|
Loading…
Reference in a new issue