Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
cbb856a117e8ecfb66067adecf3fc62861ecd8f1
UnrealEngineUWP/Engine/Source/Programs/Windows/BootstrapPackagedGame/BootstrapPackagedGame.Build.cs

12 lines
245 B
C#
Raw Normal View History

Merging CL 2804086 from //UE4/Release-4.11 to Dev-Main (//UE4/Dev-Main) to isolate copyright update #lockdown Nick.Penwarden [CL 2819020 by Matthew Griffin in Main branch]
2016-01-07 08:17:16 -05:00
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
Add a program to bootstrap packaged games, which checks for dependencies being installed (an option to include prerequisites in the game is in the packaging settings), then starts the engine with the right commandline for the project. Takes an icon from Build/Windows/Application.ico if present (which allows setting the icon for content-only projects) or the game executable being launched. Resource files added to code projects now use this icon instead. [CL 2307139 by Ben Marsh in Main branch]
2014-09-23 13:55:06 -04:00
using UnrealBuildTool;
public class BootstrapPackagedGame : ModuleRules
{
public BootstrapPackagedGame(TargetInfo Target)
{
PublicAdditionalLibraries.Add("shlwapi.lib");
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1420ms Template: 6ms
English
English
Licenses API