iw4x-client/generate.bat
2018-12-02 18:44:37 +01:00

5 lines
113 B
Batchfile

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