mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(SRCS): Added nsarchiver.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f261d0848
commit
93f17960f6
1 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,8 @@ nsarray.m \
|
|||
nsbundle.m \
|
||||
nsdictionary.m \
|
||||
nsset.m \
|
||||
nsprocessinfo.m
|
||||
nsprocessinfo.m \
|
||||
nsarchiver.m
|
||||
|
||||
# nsarchiving.m
|
||||
|
||||
|
@ -163,9 +164,8 @@ nsset: nsset.o ../src/libobjects.a
|
|||
$(LINK_CMD)
|
||||
nsprocessinfo: nsprocessinfo.o ../src/libobjects.a
|
||||
$(LINK_CMD)
|
||||
|
||||
#nsarchiving: nsarray.o ../src/libobjects.a
|
||||
# $(LINK_CMD)
|
||||
nsarchiver: nsarchiver.o ../src/libobjects.a
|
||||
$(LINK_CMD)
|
||||
|
||||
install:
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue