summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-06-10 12:36:19 (GMT)
committerescoffon <escoffon>1998-06-10 12:36:19 (GMT)
commitde77b3855eb62cfc4ec77954411a300b7c91c6a0 (patch)
tree54579884416036f3875b603a56041279025b48cc /win
parentfa6729be12fe55ffb70a5614fa32733085a7c539 (diff)
downloadtcl-de77b3855eb62cfc4ec77954411a300b7c91c6a0.zip
tcl-de77b3855eb62cfc4ec77954411a300b7c91c6a0.tar.gz
tcl-de77b3855eb62cfc4ec77954411a300b7c91c6a0.tar.bz2
added cleanup of .pdb and .pch files in the clean target
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6b2c93d..ab0be82 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -373,6 +373,8 @@ clean:
-@del *.lib
-@del *.dll
-@del *.exe
+ -@del *.pdb
+ -@del *.pch
-@del $(TMPDIR)\*.obj
-@del $(TMPDIR)\*.res
-@del $(TMPDIR)\*.def