From 18cc14db401173519231210716f99a8ae6d8df54 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Thu, 26 Oct 1995 01:17:43 +0000 Subject: [PATCH] (GNU_HEADERS): Added objects/NSSet.h. (GNUSTEP_MFILES): Added NSGSet.m and NSSet.m. (GNUSTEP_HEADERS): Added Foundation/NSGSet.h and Foundation/NSSet.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@637 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Makefile.in b/Source/Makefile.in index 41182df23..c98733fff 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -206,6 +206,7 @@ objects/MemoryStream.h \ objects/NSArray.h \ objects/NSCoder.h \ objects/NSDictionary.h \ +objects/NSSet.h \ objects/NSString.h \ objects/Ordering.h \ objects/Port.h \ @@ -296,12 +297,14 @@ NSGCoder.m \ NSGCString.m \ NSGData.m \ NSGDictionary.m \ +NSGSet.m \ NSGUnarchiver.m \ NSNumber.m \ NSObjCRuntime.m \ NSObject.m \ NSProcessInfo.m \ NSRange.m \ +NSSet.m \ NSString.m \ NSTimeZone.m \ NSUnarchiver.m \ @@ -357,6 +360,7 @@ Foundation/NSGCoder.h \ Foundation/NSGCString.h \ Foundation/NSGData.h \ Foundation/NSGDictionary.h \ +Foundation/NSGSet.h \ Foundation/NSGUnarchiver.h \ Foundation/NSInvocation.h \ Foundation/NSMethodSignature.h \ @@ -365,6 +369,7 @@ Foundation/NSObject.h \ Foundation/NSProcessInfo.h \ Foundation/NSRange.h \ Foundation/NSSerialization.h \ +Foundation/NSSet.h \ Foundation/NSString.h \ Foundation/NSUnarchiver.h \ Foundation/NSUtilities.h \