mirror of
https://github.com/iw4x/iw4x-client
synced 2026-08-24 16:26:04 -04:00
4 lines
117 B
Batchfile
4 lines
117 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
call tools\premake5 %* vs2026
|