From 53bd9a9107b8ce97e3d1586c47fd9bbba8e5d6d1 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 5 Jan 2011 04:00:42 +0000 Subject: [PATCH] msvc64: enhancement to buildall.bat --- msvc64/buildall.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/msvc64/buildall.bat b/msvc64/buildall.bat index d78ac45f..b92bac96 100644 --- a/msvc64/buildall.bat +++ b/msvc64/buildall.bat @@ -26,7 +26,10 @@ rem cleanup the bin if necessary set DELBIN=0 if %ACTION%==/rebuild set DELBIN=1 if %ACTION%==/clean set DELBIN=1 -if %DELBIN%==1 if EXIST bin rmdir/s/q bin +if %DELBIN%==1 ( + if EXIST bin rmdir/s/q bin + del/s *.pdb *.ild *.ncb *.bsc *.idb *.ilk *.pch *.tlog +) rem ## rem the main build activity