Add preparing fonts to build process

This commit is contained in:
b1ackmai1er
2020-01-16 14:13:39 +08:00
parent 31c917192d
commit 99b5e4eec9
22 changed files with 851 additions and 2616 deletions

View File

@@ -10,4 +10,5 @@ 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 Forth && call Build || exit /b 1 & endlocal
setlocal & cd Forth && call Build || exit /b 1 & endlocal
setlocal & cd Fonts && call Build || exit /b 1 & endlocal