This website requires JavaScript.
Explore
Help
Register
Sign In
Freeman
/
SDK
Watch
1
Star
0
Fork
0
You've already forked SDK
mirror of
https://github.com/vapaamies/KolibriOS.git
synced
2024-11-09 17:50:30 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
988daadc67
SDK
/
build-examples.bat
8 lines
105 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Project tree simplified
2020-05-23 15:55:40 +02:00
@
echo
off
Build-examples script simplified, thanks 0CodErr
2020-05-23 22:10:31 +02:00
for
/d
%%
f
in
(
%~dp0
Examples\*
)
do
(
call
%%
f\build.bat
if
errorlevel
1
goto
exit
)
Project tree simplified
2020-05-23 15:55:40 +02:00
:
exit
Reference in New Issue
Copy Permalink