diff options
author | rpj <rpj> | 2005-06-03 08:36:26 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 08:36:26 +0000 |
commit | cd3c708380761302fb5ffc6531d396f71b706b4f (patch) | |
tree | 83e1d40db4835d6cab72de26aeb116c3ebf4885e /Makefile | |
parent | a6c137945de3435089e74ca4c7e1ee504a7ee23e (diff) |
''
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,7 @@ SMALL_STATIC_OBJS = \ ptw32_mutex_check_need_init.obj \ ptw32_semwait.obj \ ptw32_relmillisecs.obj \ + ptw32_MCS_lock.obj \ sched_get_priority_max.obj \ sched_get_priority_min.obj \ sched_setscheduler.obj \ @@ -259,6 +260,7 @@ MISC_SRCS = \ pthread_self.c \ pthread_setconcurrency.c \ ptw32_calloc.c \ + ptw32_MCS_lock.c \ ptw32_new.c \ ptw32_reuse.c \ ptw32_relmillisecs.c \ |