mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-19 10:02:54 +00:00
5 lines
108 B
Batchfile
5 lines
108 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
tools\premake5 %* vs2019
|