mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
3b9436bf83
commit
55a4e87426
1 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,8 @@ nsbundle.m \
|
||||||
nsdictionary.m \
|
nsdictionary.m \
|
||||||
nsset.m \
|
nsset.m \
|
||||||
nsprocessinfo.m \
|
nsprocessinfo.m \
|
||||||
nsarchiver.m
|
nsarchiver.m \
|
||||||
|
invocation.m
|
||||||
|
|
||||||
# nsarchiving.m
|
# nsarchiving.m
|
||||||
|
|
||||||
|
@ -163,6 +164,8 @@ nsprocessinfo: nsprocessinfo.o ../src/libobjects.a
|
||||||
$(LINK_CMD)
|
$(LINK_CMD)
|
||||||
nsarchiver: nsarchiver.o ../src/libobjects.a
|
nsarchiver: nsarchiver.o ../src/libobjects.a
|
||||||
$(LINK_CMD)
|
$(LINK_CMD)
|
||||||
|
invocation: invocation.o ../src/libobjects.a
|
||||||
|
$(LINK_CMD)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue