Files
rive-cpp/build/build_rive.bat
blakdragan7 e3adcdf89e fix(rive-runtime)moved scripts to be in downstream (#9593) e9fce7bba1
moved scripts to be in downstream

Co-authored-by: Jonathon Copeland <jcopela4@gmail.com>
2025-05-03 01:11:53 +00:00

9 lines
221 B
Batchfile

@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 %*