files
SDK/Examples/GUI/DrawImage/build.bat

8 lines
119 B
Batchfile

@echo off
call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImage"
if errorlevel 1 goto exit
call "%~dp0init.bat"
:exit