Mark UWP platform as deprecated

This commit is contained in:
Wojtek Figat
2022-12-03 13:17:24 +01:00
parent 2b6e3cf993
commit b85d58db85
2 changed files with 3 additions and 0 deletions

View File

@@ -497,6 +497,8 @@ bool UWPPlatformTools::OnPerformAOT(CookingData& data, AotConfig& config, const
bool UWPPlatformTools::OnPostProcess(CookingData& data)
{
LOG(Error, "UWP (Windows Store) platform has been deprecated and soon will be removed!");
// Special case for UWP
// FlaxEngine.dll cannot be added to the solution as `Content` item (due to conflicts with C++ /CX FlaxEngine.dll)
// Use special directory for it (generated UWP project handles this case and copies lib to the output)