h2-mod/generate.bat

4 lines
80 B
Batchfile
Raw Normal View History

2021-04-19 18:56:11 -04:00
@echo off
git submodule update --init --recursive
2022-02-17 14:22:28 -05:00
tools\premake5 %* vs2022
pause