Add support for separate native and managed code in packaged build

This commit is contained in:
Damian Korczowski
2021-07-03 19:12:23 +02:00
parent 2556edb8d3
commit 85398cbf3d
9 changed files with 42 additions and 28 deletions

View File

@@ -158,9 +158,14 @@ struct FLAXENGINE_API CookingData
String DataOutputPath;
/// <summary>
/// The output path for binaries (executable and code libraries).
/// The output path for binaries (native executable and native code libraries).
/// </summary>
String CodeOutputPath;
String NativeCodeOutputPath;
/// <summary>
/// The output path for binaries (C# code libraries).
/// </summary>
String ManagedCodeOutputPath;
/// <summary>
/// The platform tools.