mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-30 20:10:53 +00:00
(GNU_HEADERS): Added NSDictionary.h.
(GNUSTEP_MFILES): Added NSGDictionary.m. (GNUSTEP_HEADERS): Added NSGDictionary.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@416 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c07020558c
commit
882c417d79
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,7 @@ objects/MappedCollector.h \
|
||||||
objects/MemoryStream.h \
|
objects/MemoryStream.h \
|
||||||
objects/NSArray.h \
|
objects/NSArray.h \
|
||||||
objects/NSCoder.h \
|
objects/NSCoder.h \
|
||||||
|
objects/NSDictionary.h \
|
||||||
objects/NSString.h \
|
objects/NSString.h \
|
||||||
objects/Ordering.h \
|
objects/Ordering.h \
|
||||||
objects/Port.h \
|
objects/Port.h \
|
||||||
|
@ -303,6 +304,7 @@ NSGArchiver.m \
|
||||||
NSGArray.m \
|
NSGArray.m \
|
||||||
NSGCoder.m \
|
NSGCoder.m \
|
||||||
NSGData.m \
|
NSGData.m \
|
||||||
|
NSGDictionary.m \
|
||||||
NSGUnarchiver.m \
|
NSGUnarchiver.m \
|
||||||
NSNumber.m \
|
NSNumber.m \
|
||||||
NSObject.m \
|
NSObject.m \
|
||||||
|
@ -356,6 +358,7 @@ Foundation/NSGArchiver.h \
|
||||||
Foundation/NSGArray.h \
|
Foundation/NSGArray.h \
|
||||||
Foundation/NSGCoder.h \
|
Foundation/NSGCoder.h \
|
||||||
Foundation/NSGData.h \
|
Foundation/NSGData.h \
|
||||||
|
Foundation/NSGDictionary.h \
|
||||||
Foundation/NSGUnarchiver.h \
|
Foundation/NSGUnarchiver.h \
|
||||||
Foundation/NSInvocation.h \
|
Foundation/NSInvocation.h \
|
||||||
Foundation/NSMethodSignature.h \
|
Foundation/NSMethodSignature.h \
|
||||||
|
|
Loading…
Reference in a new issue