From 88ddc11ceb0fb511835b373ab9feb99bcbde1b00 Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 18 Mar 1995 16:44:12 +0000 Subject: [PATCH] (GNUSTEP_MFILES): New files NSAllocateObject.m, NSBundle.m, NSCopyObject.m, NSDeallocateObject.m, NSException.m, NSGeometry.m, NSNumber.m. (GNUSTEP_HEADERS): New files foundation/NSBundle.h, foundation/NSException.h, foundation/NSGeometry.h, foundation/NSNumber.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@155 72102866-910b-0410-8b05-ffd578937521 --- Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Makefile.in b/Makefile.in index f34691a29..f250b3fcd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -149,8 +149,16 @@ NXStringTable.m \ Storage.m GNUSTEP_MFILES = \ +NSAllocateObject.m \ NSAutoreleasePool.m \ +NSBundle.m \ +NSCopyObject.m \ +NSDeallocateObject.m \ +NSException.m \ +NSGeometry.m \ +NSNumber.m \ NSObject.m \ +NSRange.m \ NSString.m GNU_CFILES = \ @@ -259,8 +267,13 @@ objc/README GNUSTEP_HEADERS = \ foundation/NSAutoreleasePool.h \ +foundation/NSBundle.h \ +foundation/NSException.h \ +foundation/NSGeometry.h \ +foundation/NSNumber.h \ foundation/NSObjCRuntime.h \ foundation/NSObject.h \ +foundation/NSRange.h \ foundation/NSString.h \ foundation/NSZone.h \ foundation/README