msvc64: enhancement to buildall.bat

v0.27.3
Robin Mills 15 years ago
parent 4e1a789f78
commit 53bd9a9107

@ -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

Loading…
Cancel
Save