h2-mod/generate.bat

4 lines
80 B
Batchfile
Raw Normal View History

2021-04-20 00:56:11 +02:00
@echo off
git submodule update --init --recursive
2022-02-17 20:22:28 +01:00
tools\premake5 %* vs2022
pause