Files
UnrealEngineUWP/Engine/Build/BatchFiles/MSBuild.bat
Ben Marsh 7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00

15 lines
474 B
Batchfile

@echo off
rem ## Unreal Engine 4 Visual Studio MSBuild Execution Script
rem ## Copyright 1998-2019 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 %*