From 15f1b0bc1f4feeca60ca1dda769928822d6c032a Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 3 Jun 2005 08:32:43 +0000 Subject: '' --- Bmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Bmakefile') diff --git a/Bmakefile b/Bmakefile index 608269e..097fafa 100644 --- a/Bmakefile +++ b/Bmakefile @@ -102,6 +102,7 @@ MISC_SRCS = \ pthread_self.c \ pthread_setconcurrency.c \ ptw32_calloc.c \ + ptw32_MCS_lock.c \ ptw32_new.c \ w32_CancelableWait.c @@ -211,8 +212,8 @@ TSD_SRCS = \ all: clean $(DLLS) realclean: clean - if exist *.dll del *.dll - if exist *.lib del *.lib + if exist pthread*.dll del pthread*.dll + if exist pthread*.lib del pthread*.lib if exist *.stamp del *.stamp clean: -- cgit v1.2.3