mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-22 07:03:53 +02:00
8 lines
121 B
Batchfile
8 lines
121 B
Batchfile
@echo off
|
|
|
|
call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImageEx"
|
|
if errorlevel 1 goto exit
|
|
|
|
call "%~dp0init.bat"
|
|
|
|
:exit |