diff options
author | rpj <rpj> | 2005-04-12 06:35:52 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-12 06:35:52 +0000 |
commit | e1fba251064eecf4cdfd63723aadb5df9174ddfe (patch) | |
tree | 20fb43b3ad3de37651b1a8db450a889d3493785d /Makefile | |
parent | 13bd1e4d017a1c306e465219df9e245a4201726e (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:
|