2021-12-27 13:44:13 -05:00
|
|
|
rem Generate visual studio files and run the devcmd init
|
|
|
|
@echo off
|
2021-12-28 01:32:29 -05:00
|
|
|
|
|
|
|
rem Set game paths below
|
2022-06-05 17:18:41 -04:00
|
|
|
set "SA_DIR="E:\GTASanAndreas""
|
|
|
|
set "VC_DIR="F:\GTA Vice City""
|
|
|
|
set "III_DIR="F:\GTA3""
|
2021-12-28 01:32:29 -05:00
|
|
|
|
2021-12-27 13:44:13 -05:00
|
|
|
cd tools
|
|
|
|
premake5.exe vs2022
|
|
|
|
cd ../build
|
2022-04-17 07:46:28 -04:00
|
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat"
|