mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(GNUSTEP_MFILES): Added NSNotification.m and NSNotificationCenter.m
from Georg Tuparev. (GNUSTEP_HEADERS): Added Foundation/NSNotification.h from Georg Tuparev. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8c940cb2bb
commit
c62ed3ae8a
1 changed files with 3 additions and 2 deletions
|
@ -374,9 +374,9 @@ NSGData.m \
|
|||
NSGDictionary.m \
|
||||
NSGSet.m \
|
||||
NSLock.m \
|
||||
NSHashTable.m \
|
||||
NSMapTable.m \
|
||||
NSMethodSignature.m \
|
||||
NSNotification.m \
|
||||
NSNotificationCenter.m \
|
||||
NSNumber.m \
|
||||
NSObjCRuntime.m \
|
||||
NSObject.m \
|
||||
|
@ -442,6 +442,7 @@ Foundation/NSHashTable.h \
|
|||
Foundation/NSInvocation.h \
|
||||
Foundation/NSMapTable.h \
|
||||
Foundation/NSMethodSignature.h \
|
||||
Foundation/NSNotification.h \
|
||||
Foundation/NSObjCRuntime.h \
|
||||
Foundation/NSObject.h \
|
||||
Foundation/NSProcessInfo.h \
|
||||
|
|
Loading…
Reference in a new issue