1
0
mirror of https://github.com/XLabsProject/iw3x-port.git synced 2023-08-02 15:02:11 +02:00
iw3x-port/generate.bat
2022-07-27 23:57:22 +02:00

5 lines
107 B
Batchfile

@echo off
echo Updating submodules...
git submodule update --init --recursive
tools\premake5 %* vs2022