diff options
author | rpj <rpj> | 2005-04-12 06:27:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-12 06:27:18 +0000 |
commit | 49a669c97d85e988d73df72729fdbdcf54d586f5 (patch) | |
tree | 89f43dbd200c9fc6bd28b3b635c76ec781d975f3 /Makefile | |
parent | 781031fa6b07402d3dfa333d96394fdbfc9ab685 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -441,8 +441,8 @@ VC-static-debug: @ nmake /nologo EHFLAGS="$(OPTIMD) $(VCFLAGSD) /DPTW32_BUILD_INLINED /DPTW32_STATIC_LIB" CLEANUP=__CLEANUP_C pthreadVC$(DLL_VERD).static
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:
|