[GDnative] add pluginscript \o/

This commit is contained in:
Emmanuel Leblond
2017-10-08 23:47:38 +02:00
parent 0d0cb01f33
commit e715be0f0a
20 changed files with 1937 additions and 11 deletions

View File

@ -4,7 +4,6 @@ Import('env')
mod_env = env.Clone()
mod_env.add_source_files(env.modules_sources, "*.cpp")
mod_env.Append(CPPPATH='#modules/gdnative')
mod_env.Append(CPPFLAGS=['-DGDAPI_BUILT_IN'])
if "platform" in env and env["platform"] in ["x11", "iphone"]: