mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Implement native extension system
* Deprecates GDNative in favor of a simpler, lower level interface. * New extension system allows registering core engine classes. * Simple header interface in gdnative_interace.h
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
Import("env")
|
||||
|
||||
import make_virtuals
|
||||
from platform_methods import run_in_subprocess
|
||||
|
||||
env.CommandNoCache(["gdvirtual.gen.inc"], "make_virtuals.py", run_in_subprocess(make_virtuals.run))
|
||||
|
||||
env_object = env.Clone()
|
||||
|
||||
env_object.add_source_files(env.core_sources, "*.cpp")
|
||||
|
||||
Reference in New Issue
Block a user