C#: Move GLOBAL_DEFs to CSharpLanguage ctor
Also documents the .NET project settings.
This commit is contained in:
@ -113,6 +113,11 @@ void CSharpLanguage::init() {
|
||||
BindingsGenerator::handle_cmdline_args(cmdline_args);
|
||||
#endif
|
||||
|
||||
GLOBAL_DEF("dotnet/project/assembly_name", "");
|
||||
#ifdef TOOLS_ENABLED
|
||||
GLOBAL_DEF("dotnet/project/solution_directory", "");
|
||||
#endif
|
||||
|
||||
gdmono = memnew(GDMono);
|
||||
gdmono->initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user