mirror of
https://github.com/Force67/ps4delta.git
synced 2025-04-02 11:01:45 -04:00
10 lines
No EOL
346 B
Batchfile
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 |