SDK/build-all.bat

8 lines
97 B
Batchfile
Raw Normal View History

2020-05-22 00:15:03 +02:00
@echo off
call %~dp0build-RTL.bat
if errorlevel 1 goto exit
2020-05-23 15:55:40 +02:00
call %~dp0build-examples.bat
2020-05-22 00:15:03 +02:00
:exit