1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Build Objective-C runtime support library with thr-posix.c.

Submitted by:	davidc
Requested by:	obrien
This commit is contained in:
Alexander Kabaev 2002-10-30 18:01:06 +00:00
parent b914de36c0
commit 5f4c5b500f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106213

View File

@ -11,7 +11,7 @@ NOPIC= works but method lookup slowdown is significant
SRCS= archive.c class.c encoding.c gc.c hash.c init.c misc.c \
nil_method.c objects.c sarray.c selector.c sendmsg.c \
thr.c thr-single.c \
thr.c thr-posix.c \
NXConstStr.m Object.m Protocol.m linking.m
INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \