mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-09-18 05:17:27 +00:00
.github
deps
src
tools
.clang-format
.gitignore
.gitmodules
LICENSE
README.md
generate.bat
premake5.lua
5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
call tools\premake5 %* vs2022
|