iw4x-client/generate.bat

5 lines
126 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-01-26 13:16:41 +00:00
call tools\premake5 %* vs2022 --ac-disable