fix CHD building

This commit is contained in:
Peter Ferrie 2020-08-27 10:35:28 -07:00
parent b1a13c1cf7
commit 40d0d4334e
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ asmprelaunch:
for f in res/TITLE.HGR/* res/TITLE.DHGR/*; do rsync --ignore-existing build/PRELAUNCH/STANDARD build/PRELAUNCH/$$(basename $$f); done
chd: dsk
chdman createhd -c none -isb 64 -i build/"$(DISK)" -o build/"$(DISK)".chd >>build/log
chdman createhd -c none -i build/"$(DISK)" -o build/"$(DISK)".chd >>build/log
compress:
for f in res/ACTION.HGR.UNCOMPRESSED/*; do o=res/ACTION.HGR/$$(basename $$f); [ -f "$$o" ] || ${EXOMIZER} "$$f"@0x4000 -o "$$o" >>build/log; done

View File

@ -98,7 +98,7 @@ goto :EOF
if "%1" equ "chd" (
call :dsk
chdman createhd -c none -isb 64 -i "build\%DISK%" -o "build\%DISK%.chd" >>build\log
chdman createhd -c none -i "build\%DISK%" -o "build\%DISK%.chd" >>build\log
goto :EOF
)