4 lines
84 B
Batchfile
4 lines
84 B
Batchfile
|
@echo off
|
||
|
git submodule update --init --recursive
|
||
|
tools\windows\premake5.exe vs2019
|