CheatMenuSA/tools/Setup.bat

7 lines
198 B
Batchfile
Raw Normal View History

2021-12-27 13:44:13 -05:00
rem Generate visual studio files and run the devcmd init
@echo off
cd tools
premake5.exe vs2022
cd ../build
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"