summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2017-08-13 22:31:19 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2017-08-13 22:31:19 (GMT)
commita18c3eca9bb851589fcb45fbcef0d8be43396a15 (patch)
treecf3173aa74e6ca766523268f14472335f7ed5474 /win/makefile.vc
parent8e69db979dd54dd5edf2a4ee6c7283748660ca8a (diff)
downloadtcl-a18c3eca9bb851589fcb45fbcef0d8be43396a15.zip
tcl-a18c3eca9bb851589fcb45fbcef0d8be43396a15.tar.gz
tcl-a18c3eca9bb851589fcb45fbcef0d8be43396a15.tar.bz2
The 'clean' target should delete the generated 'nmhlp-out.txt' file as well.irontcl
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 40de392..e0d8d9d 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -1229,6 +1229,8 @@ clean: clean-pkgs
@if exist $(WINDIR)\nmakehlp.obj del $(WINDIR)\nmakehlp.obj
@echo Cleaning $(WINDIR)\nmakehlp.exe ...
@if exist $(WINDIR)\nmakehlp.exe del $(WINDIR)\nmakehlp.exe
+ @echo Cleaning $(WINDIR)\nmhlp-out.txt ...
+ @if exist $(WINDIR)\nmhlp-out.txt del $(WINDIR)\nmhlp-out.txt
@echo Cleaning $(WINDIR)\_junk.pch ...
@if exist $(WINDIR)\_junk.pch del $(WINDIR)\_junk.pch
@echo Cleaning $(WINDIR)\vercl.x ...