iw4x-client/generate.bat
2022-04-15 11:16:22 +02:00

5 lines
113 B
Batchfile

@echo off
echo Updating submodules...
call git submodule update --init --recursive
call tools\premake5 %* vs2022