iw4x-client/generate.bat

4 lines
102 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...
2016-03-04 20:53:57 +01:00
git submodule update --init --recursive
2017-06-13 14:49:17 +02:00
tools\premake5 %* vs2017