From 836b009cb2b11e5a568fe882f106f584774e8a98 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Fri, 13 Aug 2021 19:50:38 -0700 Subject: [PATCH] makefile sync --- winmake.bat | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/winmake.bat b/winmake.bat index 7e5165856..51056621b 100644 --- a/winmake.bat +++ b/winmake.bat @@ -28,6 +28,7 @@ call :md call :asmlauncher call :asmfx call :asmprelaunch +call :asmproboot goto :EOF ) @@ -92,13 +93,7 @@ for %%q in (res\title.dhgr\*) do if not exist build\GAMEHELP\%%~nxq 1>nul copy b cscript /nologo bin\dumpcr.js "build\GAMEHELP\*" cscript /nologo bin\buildfileinfo.js build\GAMEHELP "06" "6000" >>build\log %CADIUS% ADDFOLDER "build\%DISK%" "/%VOLUME%/GAMEHELP" "build\GAMEHELP" >>build\log -cscript /nologo bin\changebootloader.js "build\%DISK%" res\proboothd -goto :EOF -) - -if "%1" equ "chd" ( -call :dsk -chdman createhd -c none -i "build\%DISK%" -o "build\%DISK%.chd" >>build\log +cscript /nologo bin\changebootloader.js "build\%DISK%" build\proboothd goto :EOF ) @@ -141,6 +136,9 @@ for %%q in (res\title.dhgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy cscript /nologo bin\buildfileinfo.js build\PRELAUNCH "06" "0106" >>build\log goto :EOF +:asmproboot +%ACME% -r build\proboothd.lst src\proboothd\proboothd.a >> build\log + :compress for %%q in (res\action.dhgr.uncompressed\*) do if not exist res\action.dhgr\%%~nxq %EXOMIZER% res\action.dhgr.uncompressed\%%~nxq@0x4000 -o res\action.hgr\%%~nxq for %%q in (res\action.hgr.uncompressed\*) do if not exist res\action.hgr\%%~nxq %EXOMIZER% res\action.hgr.uncompressed\%%~nxq@0x4000 -o res\action.hgr\%%~nxq