BPBIOS Doc Updates

This commit is contained in:
Wayne Warthen
2021-07-29 20:50:04 -07:00
parent 5e12bc3199
commit 450b3aff88
6 changed files with 36 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
@echo off
setlocal
REM call BuildDoc || exit /b
:: call BuildDoc || exit /b
call BuildProp || exit /b
call BuildShared || exit /b
REM call BuildBP || exit /b
:: call BuildBP || exit /b
call BuildImages || exit /b
call BuildROM %* || exit /b
call BuildZRC || exit /b