Reintegrate wbw -> trunk

This commit is contained in:
wwarthen
2014-08-30 20:09:07 +00:00
parent d211dc2222
commit 3396ba3513
582 changed files with 84502 additions and 58938 deletions

View File

@@ -7,12 +7,31 @@ call Clean.cmd
popd
echo Cleaning Apps...
pushd Apps\Source
pushd Apps
call Clean.cmd
popd
echo Cleaning CPM22...
pushd CPM22
call Clean.cmd
popd
echo Cleaning ZCPR...
pushd ZCPR
call Clean.cmd
popd
echo Cleaning ZCPR-DJ...
pushd ZCPR-DJ
call Clean.cmd
popd
if exist *.img del *.img /Q
if exist debug.log del debug.log
choice /m "Clean Output directories?"
if errorlevel 2 goto :eof
echo Cleaning Output...
echo Cleaning Output directories...
if exist Output\*.* del Output\*.* /Q
if exist Apps\Output\*.* del Apps\Output\*.* /Q
if exist OutputUNA\*.* del OutputUNA\*.* /Q
if exist OutputUNALOAD\*.* del OutputUNALOAD\*.* /Q