h2-mod/generate.bat
Federico Cecchetto 6f9cb89b54 vs2022 build
2022-02-17 20:22:28 +01:00

4 lines
80 B
Batchfile

@echo off
git submodule update --init --recursive
tools\premake5 %* vs2022
pause