mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 17:50:30 +01:00
11 lines
155 B
Batchfile
11 lines
155 B
Batchfile
@echo off
|
|
|
|
call "%~dp0build-examples.bat"
|
|
if errorlevel 1 goto exit
|
|
|
|
call "%~dp0build-my.bat"
|
|
if errorlevel 1 goto exit
|
|
|
|
call "%~dp0build-tools.bat"
|
|
|
|
:exit |