iw4x-client/generate.bat

5 lines
113 B
Batchfile
Raw Normal View History

2015-12-29 03:45:17 +01:00
@echo off
2016-03-16 23:00:19 +01:00
echo Updating submodules...
2018-12-02 18:42:47 +01:00
call git submodule update --init --recursive
2022-04-15 11:16:22 +02:00
call tools\premake5 %* vs2022