iw4x-client/generate.bat

4 lines
102 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...
2016-03-04 14:53:57 -05:00
git submodule update --init --recursive
2016-02-13 08:03:23 -05:00
tools\premake5 %* vs2015