mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 09:40:27 +01:00
8 lines
99 B
Batchfile
8 lines
99 B
Batchfile
|
@echo off
|
||
|
|
||
|
for /d %%f in (%~dp0My\*) do (
|
||
|
call %%f\build.bat
|
||
|
if errorlevel 1 goto exit
|
||
|
)
|
||
|
|
||
|
:exit
|