summaryrefslogtreecommitdiff
path: root/Bmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-26 02:41:11 +0000
committerrpj <rpj>2005-04-26 02:41:11 +0000
commit29d3e89b71281c626f151a1585a40d9d2448123b (patch)
treec74208412856a7ec52b4ba24650c697bd78b5ab9 /Bmakefile
parent20f8973d1ae941b0727f343c7f646b0eeb74087a (diff)
''
Diffstat (limited to 'Bmakefile')
-rw-r--r--Bmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bmakefile b/Bmakefile
index 9ceb0dc..6752b67 100644
--- a/Bmakefile
+++ b/Bmakefile
@@ -211,8 +211,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:
@@ -238,7 +238,7 @@ install: $(DLLS)
$(DLLS): $(DLL_OBJS) version.res
ilink32 /Tpd /Gi c0d32x.obj $(DLL_OBJS), \
$@, ,\
- cw32mt.lib import32.lib, ,\
+ cw32mti.lib import32.lib, ,\
version.res
.c.obj: