generate project for easy editing

This commit is contained in:
2026-07-23 12:37:47 -04:00
parent 9f698bcb7f
commit b17960b0e4
14 changed files with 312 additions and 1849 deletions
+16 -3
View File
@@ -1,6 +1,19 @@
@echo off
setlocal
fbuild gen-shader -summary
fbuild gen-romeo -summary
fbuild generatesolution -summary
set SCRIPT_DIR=%~dp0
cd /d "%SCRIPT_DIR%.."
echo Generating Visual Studio / Rider solution and project files...
misc\fbuild.exe gen
if %ERRORLEVEL% neq 0 (
echo Solution generation failed!
exit /b %ERRORLEVEL%
)
echo Solutions generated successfully:
echo - Juliet.sln
echo - Romeo.sln
echo - JulietShaderCompiler.sln
exit /b 0