TmpMenu/GenerateProjects.bat
gir489 01d48cd314 Removed StackWalker and replaced it with g3log exception handling.
Updated natives for 1.50.
Added settings JSON implementation.
Refactored spawn vehicle bypass to not crash. (removed VMT hook)
2020-02-22 18:45:59 -05:00

6 lines
60 B
Batchfile

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