Add CP/NET Support for Duodyne

Co-Authored-By: Douglas Miller <16920069+durgadas311@users.noreply.github.com>
This commit is contained in:
Wayne Warthen
2024-02-11 15:05:00 -08:00
parent e18014a8a7
commit 3f102e0151
44 changed files with 270 additions and 53 deletions

View File

@@ -10,6 +10,7 @@ pushd ZCPR-DJ && call Build || exit /b & popd
pushd ZSDOS && call Build || exit /b & popd
pushd CPM3 && call Build || exit /b & popd
pushd ZPM3 && 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