TwlIPL_commit-99/add-ins/TwlSystem/tools/SoundPlayer/sample/MakeSound.bat

27 lines
545 B
Batchfile
Executable File

"%NITROSYSTEM_ROOT%/tools/bin/sndarc.exe" sound_data.sarc
@if errorlevel 1 goto err
call "%NITROSYSTEM_ROOT%/tools/bin/MakeSoundPlayer.bat" sound_data.sdat
@if errorlevel 1 goto err
"%CWFOLDER_TWL%/ARM_Tools/Command_Line_Tools/BinTOELF.exe" sound_data.sdat -aligndata 32 -output sound_data.o -section .rodata -symbolname sound_data_sdat
@if errorlevel 1 goto err
@goto ok
:ok
@echo =======================
@echo Convert is SUCCESS !!!
@echo =======================
@goto end
:err
@pause
:end