mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
627942d93e
commit
cc1237bcaa
1 changed files with 8 additions and 2 deletions
|
@ -89,7 +89,9 @@ nsset.m \
|
||||||
nsprocessinfo.m \
|
nsprocessinfo.m \
|
||||||
nsarchiver.m \
|
nsarchiver.m \
|
||||||
invocation.m \
|
invocation.m \
|
||||||
diningPhilosophers.m
|
diningPhilosophers.m \
|
||||||
|
nsmaptable.m \
|
||||||
|
nshashtable.m
|
||||||
|
|
||||||
# nsarchiving.m
|
# nsarchiving.m
|
||||||
|
|
||||||
|
@ -172,7 +174,11 @@ nsarchiver: nsarchiver$(OEXT) ../src/libobjects$(LIBEXT)
|
||||||
$(LINK_CMD)
|
$(LINK_CMD)
|
||||||
diningPhilosophers: diningPhilosophers$(OEXT) ../src/libobjects$(LIBEXT)
|
diningPhilosophers: diningPhilosophers$(OEXT) ../src/libobjects$(LIBEXT)
|
||||||
$(LINK_CMD)
|
$(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)
|
$(LINK_CMD)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue