Files
UnrealEngine/Engine/Build/BatchFiles/MSBuild.bat
2025-05-18 13:04:45 +08:00

15 lines
462 B
Batchfile

@echo off
rem ## Unreal Engine 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 %*