mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Added nsinvocation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2912 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
989c23bb90
commit
6df7ff846b
1 changed files with 11 additions and 2 deletions
|
@ -51,11 +51,15 @@ nsdata \
|
||||||
nsdictionary \
|
nsdictionary \
|
||||||
nsfilehandle \
|
nsfilehandle \
|
||||||
nshost \
|
nshost \
|
||||||
|
nsinvocation \
|
||||||
nsset \
|
nsset \
|
||||||
nsprocessinfo \
|
nsprocessinfo \
|
||||||
nsarchiver \
|
nsarchiver \
|
||||||
invocation \
|
invocation \
|
||||||
invocation2 \
|
invocation_int \
|
||||||
|
invocation_char \
|
||||||
|
invocation_short \
|
||||||
|
invocation_long \
|
||||||
diningPhilosophers \
|
diningPhilosophers \
|
||||||
nsmaptable \
|
nsmaptable \
|
||||||
nshashtable \
|
nshashtable \
|
||||||
|
@ -98,13 +102,18 @@ nsdata_OBJC_FILES = nsdata.m
|
||||||
nsdictionary_OBJC_FILES = nsdictionary.m
|
nsdictionary_OBJC_FILES = nsdictionary.m
|
||||||
nsfilehandle_OBJC_FILES = nsfilehandle.m
|
nsfilehandle_OBJC_FILES = nsfilehandle.m
|
||||||
nshost_OBJC_FILES = nshost.m
|
nshost_OBJC_FILES = nshost.m
|
||||||
|
nsinvocation_OBJC_FILES = nsinvocation.m
|
||||||
nsset_OBJC_FILES = nsset.m
|
nsset_OBJC_FILES = nsset.m
|
||||||
nsprocessinfo_OBJC_FILES = nsprocessinfo.m
|
nsprocessinfo_OBJC_FILES = nsprocessinfo.m
|
||||||
nsarchiver_OBJC_FILES = nsarchiver.m
|
nsarchiver_OBJC_FILES = nsarchiver.m
|
||||||
oldclient_OBJC_FILES = oldclient.m
|
oldclient_OBJC_FILES = oldclient.m
|
||||||
oldserver_OBJC_FILES = oldserver.m
|
oldserver_OBJC_FILES = oldserver.m
|
||||||
invocation_OBJC_FILES = invocation.m
|
invocation_OBJC_FILES = invocation.m
|
||||||
invocation2_OBJC_FILES = invocation2.m
|
invocation_int_OBJC_FILES = invocation_int.m
|
||||||
|
invocation_char_OBJC_FILES = invocation_char.m
|
||||||
|
invocation_short_OBJC_FILES = invocation_short.m
|
||||||
|
invocation_long_OBJC_FILES = invocation_long.m
|
||||||
|
invocation_float_OBJC_FILES = invocation_float.m
|
||||||
diningPhilosophers_OBJC_FILES = diningPhilosophers.m
|
diningPhilosophers_OBJC_FILES = diningPhilosophers.m
|
||||||
nsmaptable_OBJC_FILES = nsmaptable.m
|
nsmaptable_OBJC_FILES = nsmaptable.m
|
||||||
nshashtable_OBJC_FILES = nshashtable.m
|
nshashtable_OBJC_FILES = nshashtable.m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue