nathanfranke / gdextension

GDExtension template that automatically builds into a self-contained addon for the Godot Asset Library. Updated to Godot 4.2.1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object files are created in src directory

bmolyneaux opened this issue · comments

commented

On Windows, running scons creates .obj files in the src directory next to the source files, which leaves a bit of a mess. Ideally these would be written to a directory of intermediates.