SDK/build-all.bat

8 lines
93 B
Batchfile

@echo off
call %~dp0build-RTL.bat
if errorlevel 1 goto exit
call %~dp0build-apps.bat
:exit