mirror of
https://github.com/XLabsProject/iw3x-port.git
synced 2023-08-02 15:02:11 +02:00
5 lines
107 B
Batchfile
5 lines
107 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
git submodule update --init --recursive
|
|
tools\premake5 %* vs2022
|