mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(GNUSTEP_MFILES): Added NSArrayEnumerator.m.
(GNUSTEP_HEADERS): Added foundation/NSArrayEnumerator.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7ffc862721
commit
4672627ad6
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,7 @@ Storage.m
|
|||
GNUSTEP_MFILES = \
|
||||
NSAllocateObject.m \
|
||||
NSArray.m \
|
||||
NSArrayEnumerator.m \
|
||||
NSAutoreleasePool.m \
|
||||
NSBundle.m \
|
||||
NSCoder.m \
|
||||
|
@ -317,6 +318,7 @@ objc/zone.h
|
|||
|
||||
GNUSTEP_HEADERS = \
|
||||
foundation/NSArray.h \
|
||||
foundation/NSArrayEnumerator.h \
|
||||
foundation/NSAutoreleasePool.h \
|
||||
foundation/NSBundle.h \
|
||||
foundation/NSCString.h \
|
||||
|
|
Loading…
Reference in a new issue