6 lines
164 B
Batchfile
6 lines
164 B
Batchfile
@echo off
|
|
git submodule update --init --recursive
|
|
tools\premake5 %* vs2022
|
|
|
|
:: tools\premake5 %* vs2022 --copy-to="G:\SteamLibrary\steamapps\common\Call of Duty 2"
|