summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2007-02-09 06:54:32 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2007-02-09 06:54:32 (GMT)
commit16bc2d418b3849e04cc598a03525d75b9d63a5c7 (patch)
tree6f56c819dcdd30c34b7910b12f9213965f01a09e /win/makefile.vc
parentb780f76d68d11d8df6c906d81ea3c95103224fdf (diff)
downloadtk-16bc2d418b3849e04cc598a03525d75b9d63a5c7.zip
tk-16bc2d418b3849e04cc598a03525d75b9d63a5c7.tar.gz
tk-16bc2d418b3849e04cc598a03525d75b9d63a5c7.tar.bz2
Windows build fixes
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 5b33f4e..98c469e 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.99 2007/01/19 09:00:30 mistachkin Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.100 2007/02/09 06:54:33 mistachkin Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -997,6 +997,12 @@ tidy:
clean:
@echo Cleaning $(TMP_DIR)\* ...
@if exist $(TMP_DIR)\nul $(RMDIR) $(TMP_DIR)
+ @echo Cleaning $(WINDIR)\nmakehlp.obj ...
+ @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)\_junk.pch ...
+ @if exist $(WINDIR)\_junk.pch del $(WINDIR)\_junk.pch
hose:
@echo Hosing $(OUT_DIR)\* ...