You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
15 lines
474 B
Batchfile
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 %* |