mirror of
https://github.com/ineedbots/cod2m.git
synced 2025-04-22 00:55:45 +00:00
5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
call tools\premake5 %* vs2019
|