Add support for separate native and managed code in packaged build
This commit is contained in:
@@ -66,6 +66,17 @@ public:
|
||||
return format;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks if the given file is a native code.
|
||||
/// </summary>
|
||||
/// <param name="data">The cooking data.</param>
|
||||
/// <param name="file">The file path.</param>
|
||||
/// <returns>True if it's a native file, otherwise false.<returns>
|
||||
virtual bool IsNativeCodeFile(CookingData& data, const String& file)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user