This repository has been archived on 2026-03-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SakuraVNE_old/generate.bat

7 lines
198 B
Batchfile
Raw Normal View History

echo Generating vs2022 project files...
.\vendor\premake\windows\premake5.exe vs2022
echo Generating compile_commands.json with premake-ecc
.\vendor\premake\windows\premake5.exe ecc
echo Done
PAUSE