generate project for easy editing
This commit is contained in:
+16
-3
@@ -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
|
||||
Reference in New Issue
Block a user