mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
(GNUSTEP_MFILES): Re-added Connection.m and ConnectedCoder.m.
(GNUSTEP_HEADERS): Removed duplicate Foundation/NSHashTable.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1012 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d20109fab7
commit
ea3234233b
1 changed files with 3 additions and 4 deletions
|
@ -106,8 +106,6 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)'
|
||||||
$(ALL_CFLAGS) -o $@ $<
|
$(ALL_CFLAGS) -o $@ $<
|
||||||
|
|
||||||
# GNU Class source files
|
# GNU Class source files
|
||||||
#ConnectedCoder.m \
|
|
||||||
#Connection.m \
|
|
||||||
#RetainingNotifier.m \
|
#RetainingNotifier.m \
|
||||||
#Time.m \
|
#Time.m \
|
||||||
|
|
||||||
|
@ -120,8 +118,10 @@ BinaryTree.m \
|
||||||
BinaryTreeNode.m \
|
BinaryTreeNode.m \
|
||||||
CircularArray.m \
|
CircularArray.m \
|
||||||
Collection.m \
|
Collection.m \
|
||||||
|
ConnectedCoder.m \
|
||||||
CString.m \
|
CString.m \
|
||||||
Coder.m \
|
Coder.m \
|
||||||
|
Connection.m \
|
||||||
ConstantString.m \
|
ConstantString.m \
|
||||||
CStream.m \
|
CStream.m \
|
||||||
Decoder.m \
|
Decoder.m \
|
||||||
|
@ -444,11 +444,10 @@ Foundation/NSGArray.h \
|
||||||
Foundation/NSGCString.h \
|
Foundation/NSGCString.h \
|
||||||
Foundation/NSGData.h \
|
Foundation/NSGData.h \
|
||||||
Foundation/NSGDictionary.h \
|
Foundation/NSGDictionary.h \
|
||||||
Foundation/NSHashTable.h \
|
|
||||||
Foundation/NSLock.h \
|
|
||||||
Foundation/NSGSet.h \
|
Foundation/NSGSet.h \
|
||||||
Foundation/NSHashTable.h \
|
Foundation/NSHashTable.h \
|
||||||
Foundation/NSInvocation.h \
|
Foundation/NSInvocation.h \
|
||||||
|
Foundation/NSLock.h \
|
||||||
Foundation/NSMapTable.h \
|
Foundation/NSMapTable.h \
|
||||||
Foundation/NSMethodSignature.h \
|
Foundation/NSMethodSignature.h \
|
||||||
Foundation/NSNotification.h \
|
Foundation/NSNotification.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue