iw4x-client/generate.bat

5 lines
126 B
Batchfile
Raw 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
2021-08-28 16:33:14 -04:00
call tools\premake5 %* vs2019 --ac-disable