ps4delta/cibuild.bat
Force67 23b7e889b1 😞
2019-12-14 23:44:34 +01:00

10 lines
No EOL
346 B
Batchfile

@echo off
setlocal enabledelayedexpansion
tools\premake\bin\win32\premake5 --file=code/premake5.lua vs2019
for /f "usebackq tokens=*" %%i in (`%cd%/tools/win/vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe`) do (
set MSBUILDDIR=%%i
)
"%MSBUILDDIR%" "%cd%/build/PS4Delta.sln" /p:Configuration=Release -m