summaryrefslogtreecommitdiff
path: root/Bmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2005-06-03 08:32:43 +0000
committerrpj <rpj>2005-06-03 08:32:43 +0000
commit15f1b0bc1f4feeca60ca1dda769928822d6c032a (patch)
tree26a3693fd7058745a2bd76e8c086dc4d16656049 /Bmakefile
parent1908d93b42b01cea49c886e2260fd70ac05becf7 (diff)
''
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: