Build Process Refactoring

This commit is contained in:
Wayne Warthen
2021-07-24 19:27:21 -07:00
parent 8e17067104
commit 073a698a6a
8 changed files with 200 additions and 172 deletions

View File

@@ -1,6 +1,4 @@
@echo off
setlocal
rem pushd HBIOS && Powershell -ExecutionPolicy Unrestricted .\Build.ps1 %* || exit /b & popd
pushd HBIOS && call Build %* || exit /b & popd