4 lines
87 B
Batchfile
4 lines
87 B
Batchfile
@echo off
|
|
git submodule update --init --recursive
|
|
tools\windows\premake5.exe %* vs2022
|