2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-04-29 06:59:36 +00:00
Files
OpenAssetTools/generate.bat
T

6 lines
89 B
Batchfile

@echo off
cd %~dp0
git submodule update --init --recursive
tools\premake5.exe %* vs2022