summaryrefslogtreecommitdiff
path: root/Bmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Bmakefile')
-rw-r--r--Bmakefile5
1 files changed, 3 insertions, 2 deletions
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: