Files
UnrealEngineUWP/Engine/Build/BatchFiles/MSBuild.bat
Ben Marsh 99be00dcdb Merging latest from Private-Starship.
[CL 13192225 by Ben Marsh in ue5-main branch]
2020-05-05 18:50:52 -04:00

15 lines
464 B
Batchfile
Executable File

@echo off
rem ## Unreal Engine 4 Visual Studio MSBuild Execution Script
rem ## Copyright Epic Games, Inc. All Rights Reserved.
rem ##
rem ## This script is expecting to exist in the UE4 Engine/Build/BatchFiles directory. It will not work correctly
rem ## if you copy it to a different location and run it.
setlocal
rem ## Determine path to MSBuild
call "%~dp0GetMSBuildPath.bat"
rem ## Call MSBuild, passing in any supplied parameters
%MSBUILD_EXE% /nologo %*