iw4x-client/generate.bat
2017-06-13 14:52:43 +02:00

4 lines
102 B
Batchfile

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