Files
UnrealEngineUWP/Engine/Build/BatchFiles/MSBuild.bat
Chris Gagnon 8fc25ea18e Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4676797 by Chris Gagnon in Dev-Editor branch]
2019-01-02 14:54:39 -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 %*