iigs-game-engine/demos/shell/build-image.bat

22 lines
716 B
Batchfile
Raw Normal View History

echo off
REM Copy all of the assets into the ProDOS image for emulator testing
REM
REM Pass the path of the Cadius tool as the first argument (%1)
set CADIUS="%1"
2021-08-26 21:45:23 +00:00
set IMAGE="..\\..\\emu\\Target.2mg"
set FOLDER="/GTEDEV/Build"
REM Cadius does not overwrite files, so clear the root folder first
%CADIUS% DELETEFOLDER %IMAGE% %FOLDER%
%CADIUS% CREATEFOLDER %IMAGE% %FOLDER%
REM Now copy files and folders as needed
2021-03-22 02:59:54 +00:00
%CADIUS% ADDFILE %IMAGE% %FOLDER% src\\GTETestApp
%CADIUS% ADDFILE %IMAGE% %FOLDER% emu\\test.pic
2021-07-16 22:05:29 +00:00
%CADIUS% ADDFILE %IMAGE% %FOLDER% emu\\bg1a.bin
%CADIUS% ADDFILE %IMAGE% %FOLDER% emu\\bg1b.bin
2021-07-18 13:59:19 +00:00
%CADIUS% ADDFILE %IMAGE% %FOLDER% emu\\fg1.bin
2021-07-24 14:00:52 +00:00
%CADIUS% ADDFILE %IMAGE% %FOLDER% assets\\music\\main.ntp