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