mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(SRCS): Add nsmaptable.m and nshashtable.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1846891f9
commit
bebb53d38b
1 changed files with 8 additions and 2 deletions
|
@ -89,7 +89,9 @@ nsset.m \
|
|||
nsprocessinfo.m \
|
||||
nsarchiver.m \
|
||||
invocation.m \
|
||||
diningPhilosophers.m
|
||||
diningPhilosophers.m \
|
||||
nsmaptable.m \
|
||||
nshashtable.m
|
||||
|
||||
# nsarchiving.m
|
||||
|
||||
|
@ -172,7 +174,11 @@ nsarchiver: nsarchiver$(OEXT) ../src/libobjects$(LIBEXT)
|
|||
$(LINK_CMD)
|
||||
diningPhilosophers: diningPhilosophers$(OEXT) ../src/libobjects$(LIBEXT)
|
||||
$(LINK_CMD)
|
||||
invocation: invocation.o ../src/libobjects.a
|
||||
invocation: invocation.o ../src/libobjects$(LIBEXT)
|
||||
$(LINK_CMD)
|
||||
nsmaptable: nsmaptable.o ../src/libobjects$(LIBEXT)
|
||||
$(LINK_CMD)
|
||||
nshashtable: nshashtable.o ../src/libobjects$(LIBEXT)
|
||||
$(LINK_CMD)
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue