5 lines
126 B
Batchfile
5 lines
126 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
call tools\premake5 %* vs2019 --ac-disable
|