TmpMenu/scripts/gen_proj.bat
2022-10-28 20:34:32 +01:00

6 lines
60 B
Batchfile

@echo off
premake5 vs2022
IF %ERRORLEVEL% NEQ 0 (
PAUSE
)