blob: 2ecd998cf9b2c081b8b065fc19bdc08eadac1a23 [file] [log] [blame] [edit]
@echo off
REM use fxc because sometimes msbuild is there but fxc is not. The opposite appears to never be true
WHERE fxc >nul 2>&1
IF %ERRORLEVEL% NEQ 0 (
call %~p0\setup_windows_dev.bat
)
cd %CD%
sh build_rive.sh %*