From 96fd7b180813c64e7f08e791c9488f42bcf8c844 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Mon, 21 Oct 2019 12:58:43 -0700 Subject: [PATCH] CP/M 3 Minor Build Cleanup --- Source/CPM3/Build.cmd | 3 +++ Source/ZPM3/Build.cmd | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Source/CPM3/Build.cmd b/Source/CPM3/Build.cmd index a8ce11cf..efacbb00 100644 --- a/Source/CPM3/Build.cmd +++ b/Source/CPM3/Build.cmd @@ -67,6 +67,8 @@ rem *** Banked *** copy cpm3bnk.sys cpm3.sys copy genbnk.dat gencpm.dat +if not exist ../../Binary/hd_cpm3.img goto :eof + rem Update cpm_hd.img echo. echo. @@ -90,6 +92,7 @@ for %%f in ( readme.1st cpm3fix.pat ) do call :upd_img %%f + goto :eof :upd_img diff --git a/Source/ZPM3/Build.cmd b/Source/ZPM3/Build.cmd index 1e195248..9dfd70a4 100644 --- a/Source/ZPM3/Build.cmd +++ b/Source/ZPM3/Build.cmd @@ -37,6 +37,8 @@ if exist zpm3.sys del zpm3.sys ren cpm3.sys zpm3.sys rem pause +if not exist ../../Binary/hd_cpm3.img goto :eof + rem Update cpm_hd.img echo. echo.