BlackOpsPlugin/generate.bat
2021-12-29 16:40:44 +01:00

5 lines
108 B
Batchfile

@echo off
echo Updating submodules...
call git submodule update --init --recursive
tools\premake5 %* vs2019