diff options
author | escoffon <escoffon@noemail.net> | 1998-06-10 12:36:19 (GMT) |
---|---|---|
committer | escoffon <escoffon@noemail.net> | 1998-06-10 12:36:19 (GMT) |
commit | 86c13d794cf464d9c9d6dc2f4fc6f779f11ec4c5 (patch) | |
tree | 54579884416036f3875b603a56041279025b48cc /win/makefile.vc | |
parent | c1a153dd226f7eff3829994f042772d6c864a11d (diff) | |
download | tcl-86c13d794cf464d9c9d6dc2f4fc6f779f11ec4c5.zip tcl-86c13d794cf464d9c9d6dc2f4fc6f779f11ec4c5.tar.gz tcl-86c13d794cf464d9c9d6dc2f4fc6f779f11ec4c5.tar.bz2 |
added cleanup of .pdb and .pch files in the clean target
FossilOrigin-Name: 0535628a6343d0dc49a98f169b3fd8dd38f9841c
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 2 |
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 |