mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-21 17:31:08 +00:00
makefile sync
This commit is contained in:
parent
7af414d20e
commit
836b009cb2
12
winmake.bat
12
winmake.bat
@ -28,6 +28,7 @@ call :md
|
|||||||
call :asmlauncher
|
call :asmlauncher
|
||||||
call :asmfx
|
call :asmfx
|
||||||
call :asmprelaunch
|
call :asmprelaunch
|
||||||
|
call :asmproboot
|
||||||
goto :EOF
|
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\dumpcr.js "build\GAMEHELP\*"
|
||||||
cscript /nologo bin\buildfileinfo.js build\GAMEHELP "06" "6000" >>build\log
|
cscript /nologo bin\buildfileinfo.js build\GAMEHELP "06" "6000" >>build\log
|
||||||
%CADIUS% ADDFOLDER "build\%DISK%" "/%VOLUME%/GAMEHELP" "build\GAMEHELP" >>build\log
|
%CADIUS% ADDFOLDER "build\%DISK%" "/%VOLUME%/GAMEHELP" "build\GAMEHELP" >>build\log
|
||||||
cscript /nologo bin\changebootloader.js "build\%DISK%" res\proboothd
|
cscript /nologo bin\changebootloader.js "build\%DISK%" build\proboothd
|
||||||
goto :EOF
|
|
||||||
)
|
|
||||||
|
|
||||||
if "%1" equ "chd" (
|
|
||||||
call :dsk
|
|
||||||
chdman createhd -c none -i "build\%DISK%" -o "build\%DISK%.chd" >>build\log
|
|
||||||
goto :EOF
|
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
|
cscript /nologo bin\buildfileinfo.js build\PRELAUNCH "06" "0106" >>build\log
|
||||||
goto :EOF
|
goto :EOF
|
||||||
|
|
||||||
|
:asmproboot
|
||||||
|
%ACME% -r build\proboothd.lst src\proboothd\proboothd.a >> build\log
|
||||||
|
|
||||||
:compress
|
: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.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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user