Build process cleanup

This commit is contained in:
Wayne Warthen
2020-02-07 17:26:17 -08:00
parent f65e17f3ac
commit ae287ca56d
14 changed files with 264 additions and 57 deletions

View File

@@ -1,14 +1,13 @@
@echo off
setlocal
setlocal & cd Apps && call Build || exit /b 1 & endlocal
setlocal & cd CBIOS && call Build || exit /b 1 & endlocal
setlocal & cd CPM22 && call Build || exit /b 1 & endlocal
setlocal & cd ZCPR && call Build || exit /b 1 & endlocal
setlocal & cd ZCPR-DJ && call Build || exit /b 1 & endlocal
setlocal & cd ZSDOS && call Build || exit /b 1 & endlocal
setlocal & cd CBIOS && call Build || exit /b 1 & endlocal
setlocal & cd CPM3 && call Build || exit /b 1 & endlocal
setlocal & cd ZPM3 && call Build || exit /b 1 & endlocal
setlocal & cd Apps && call Build || exit /b 1 & endlocal
setlocal & cd Forth && call Build || exit /b 1 & endlocal
setlocal & cd Fonts && call Build || exit /b 1 & endlocal
setlocal & cd BL && call Build || exit /b 1 & endlocal