mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Determine slice images to create dynamically based on the hd_xxx.txt and fd_xxx.txt files. - Add a volume label directive to the hd_xxx.txt and fd_xxx.txt files. - Add a system image directive to the hd_xxx.txt and fd_xxx.txt files.
22 lines
836 B
Batchfile
22 lines
836 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
pushd HDIAG && call Build || exit /b & popd
|
|
pushd CBIOS && call Build || exit /b & popd
|
|
pushd CPM22 && call Build || exit /b & popd
|
|
pushd QPM && call Build || exit /b & popd
|
|
pushd ZCPR && call Build || exit /b & popd
|
|
pushd ZCPR-DJ && call Build || exit /b & popd
|
|
pushd ZSDOS && call Build || exit /b & popd
|
|
pushd ZSDOS2 && call Build || exit /b & popd
|
|
pushd CPM3 && call Build || exit /b & popd
|
|
pushd ZPM3 && call Build || exit /b & popd
|
|
pushd BPBIOS && call Build || exit /b & popd
|
|
pushd CPNET && call Build || exit /b & popd
|
|
pushd pSys && call Build || exit /b & popd
|
|
pushd Apps && call Build || exit /b & popd
|
|
pushd Forth && call Build || exit /b & popd
|
|
pushd TastyBasic && call Build || exit /b & popd
|
|
pushd Fonts && call Build || exit /b & popd
|
|
pushd RomDsk && call Build || exit /b & popd
|