mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-04-22 12:45:43 +00:00
4 lines
112 B
Batchfile
4 lines
112 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
call tools\premake5 %* vs2019 |