From fd553087867187220d4f6b8217854dd8e9be2667 Mon Sep 17 00:00:00 2001 From: Karroffel Date: Mon, 3 Apr 2017 16:11:38 +0200 Subject: added dlscript module This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan. This adds a module to Godot that enables the use of dynamic libraries as a source for scripts. That also allows third party libraries to be linked to Godot more easily and without creating modules. For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md --- modules/cscript/config.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 modules/cscript/config.py (limited to 'modules/cscript/config.py') diff --git a/modules/cscript/config.py b/modules/cscript/config.py deleted file mode 100644 index 5698a37295..0000000000 --- a/modules/cscript/config.py +++ /dev/null @@ -1,8 +0,0 @@ - - -def can_build(platform): - return True - - -def configure(env): - pass -- cgit v1.2.3