Reintegrate wbw -> trunk

This commit is contained in:
wwarthen
2014-09-08 04:11:55 +00:00
parent 09da338d05
commit 74b80aaeeb
654 changed files with 1160 additions and 6849 deletions

View File

@@ -1,10 +1,10 @@
@echo off
if exist *.bin del *.bin
if exist *.com del *.com
if exist *.img del *.img
if exist *.rom del *.rom
if exist *.lst del *.lst
if exist *.exp del *.exp
if exist *.tmp del *.tmp
if exist *.mrk del *.mrk
if exist build.inc del build.inc
setlocal
pushd Apps && call Clean.cmd && popd
pushd CPM22 && call Clean.cmd && popd
pushd ZCPR && call Clean.cmd && popd
pushd ZCPR-DJ && call Clean.cmd && popd
pushd ZSDOS && call Clean.cmd && popd
pushd BIOS && call Clean.cmd && popd