iw6-mod/generate.bat

5 lines
81 B
Batchfile
Raw Permalink Normal View History

2024-02-27 01:38:06 -05:00
@echo off
git submodule update --init --recursive
tools\premake5 %* vs2022
pause