mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
(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
This commit is contained in:
parent
6f6a4c1fcf
commit
88ddc11ceb
1 changed files with 13 additions and 0 deletions
13
Makefile.in
13
Makefile.in
|
@ -149,8 +149,16 @@ NXStringTable.m \
|
||||||
Storage.m
|
Storage.m
|
||||||
|
|
||||||
GNUSTEP_MFILES = \
|
GNUSTEP_MFILES = \
|
||||||
|
NSAllocateObject.m \
|
||||||
NSAutoreleasePool.m \
|
NSAutoreleasePool.m \
|
||||||
|
NSBundle.m \
|
||||||
|
NSCopyObject.m \
|
||||||
|
NSDeallocateObject.m \
|
||||||
|
NSException.m \
|
||||||
|
NSGeometry.m \
|
||||||
|
NSNumber.m \
|
||||||
NSObject.m \
|
NSObject.m \
|
||||||
|
NSRange.m \
|
||||||
NSString.m
|
NSString.m
|
||||||
|
|
||||||
GNU_CFILES = \
|
GNU_CFILES = \
|
||||||
|
@ -259,8 +267,13 @@ objc/README
|
||||||
|
|
||||||
GNUSTEP_HEADERS = \
|
GNUSTEP_HEADERS = \
|
||||||
foundation/NSAutoreleasePool.h \
|
foundation/NSAutoreleasePool.h \
|
||||||
|
foundation/NSBundle.h \
|
||||||
|
foundation/NSException.h \
|
||||||
|
foundation/NSGeometry.h \
|
||||||
|
foundation/NSNumber.h \
|
||||||
foundation/NSObjCRuntime.h \
|
foundation/NSObjCRuntime.h \
|
||||||
foundation/NSObject.h \
|
foundation/NSObject.h \
|
||||||
|
foundation/NSRange.h \
|
||||||
foundation/NSString.h \
|
foundation/NSString.h \
|
||||||
foundation/NSZone.h \
|
foundation/NSZone.h \
|
||||||
foundation/README
|
foundation/README
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue