Add warning to UWP build tool
This commit is contained in:
@@ -45,6 +45,14 @@ namespace Flax.Build.Platforms
|
||||
_usingDirs.Add(Path.Combine(sdk10, "UnionMetadata", sdk10Ver));
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void LogInfo()
|
||||
{
|
||||
base.LogInfo();
|
||||
|
||||
Log.Error("UWP (Windows Store) platform has been deprecated and soon will be removed!");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void SetupCompileCppFilesArgs(TaskGraph graph, BuildOptions options, List<string> args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user