[GDNative] SCons to generate multiple .dlls

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Carlos Pazuzu

I’m trying to build a entirely C++ scripted game in godot.

I’ve managed to make a paddle run based on key arrows, SCons generates the dll file greatly, but the problem starts when I try to write another source file, the current SCons config file is written to generate only one dll file, and I need one dll for each gdns file in order to attach them on their nodes.

Is there any way to make SCons (or another C++ compiler) to generate the proper dlls?