iw4x-client/generate.bat

5 lines
113 B
Batchfile
Raw Permalink Normal View History

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