mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 07:42:54 +00:00
6 lines
89 B
Batchfile
6 lines
89 B
Batchfile
@echo off
|
|
|
|
cd %~dp0
|
|
|
|
git submodule update --init --recursive
|
|
tools\premake5.exe %* vs2022 |