Implement C# AOT process for .NET 7 for Windows platform
This commit is contained in:
@@ -37,9 +37,9 @@ GDKPlatformTools::GDKPlatformTools()
|
||||
}
|
||||
}
|
||||
|
||||
bool GDKPlatformTools::UseAOT() const
|
||||
DotNetAOTModes GDKPlatformTools::UseAOT() const
|
||||
{
|
||||
return true;
|
||||
return DotNetAOTModes::MonoAOTDynamic;
|
||||
}
|
||||
|
||||
bool GDKPlatformTools::OnScriptsStepDone(CookingData& data)
|
||||
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
public:
|
||||
|
||||
// [PlatformTools]
|
||||
bool UseAOT() const override;
|
||||
DotNetAOTModes UseAOT() const override;
|
||||
bool OnScriptsStepDone(CookingData& data) override;
|
||||
bool OnDeployBinaries(CookingData& data) override;
|
||||
void OnConfigureAOT(CookingData& data, AotConfig& config) override;
|
||||
|
||||
Reference in New Issue
Block a user