@echo off mkdir build FOR /F "tokens=*" %%g IN ('odin root') do (SET ODIN_ROOT=%%g) echo %ODIN_ROOT% @REM If it fails to find your odin root folder, copy the raylib.dll manually into the build folder, it's a runtime requirement copy %ODIN_ROOT%\vendor\raylib\windows\raylib.dll build\raylib.dll pushd vendors\dialog call .\build.bat popd