Remove unused GDNative code
This has been superseded by GDExtension so this code is no longer useful nor usable. There's still some GDNative-related stuff in platform export code which needs to be adapted for GDExtension (e.g. to include GDExtension libraries in exports).
This commit is contained in:
parent
af77395f90
commit
9b05f29894
110 changed files with 13 additions and 19798 deletions
|
|
@ -6,10 +6,6 @@ env.tests_sources = []
|
|||
|
||||
env_tests = env.Clone()
|
||||
|
||||
# Include GDNative headers.
|
||||
if env["module_gdnative_enabled"]:
|
||||
env_tests.Append(CPPPATH=["#modules/gdnative/include"])
|
||||
|
||||
# We must disable the THREAD_LOCAL entirely in doctest to prevent crashes on debugging
|
||||
# Since we link with /MT thread_local is always expired when the header is used
|
||||
# So the debugger crashes the engine and it causes weird errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue