SDK/build-all.bat
2020-05-23 19:48:55 +03:00

8 lines
97 B
Batchfile

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