Refactor build resources

Move DUB files into /bld/d and add more instructions to README.
This commit is contained in:
Aidan C. Mullen 2025-03-05 07:44:25 -05:00
parent dd8e9d4296
commit 724659b25f
9 changed files with 69 additions and 28 deletions

12
bld/src/d/dub.sdl Normal file
View file

@ -0,0 +1,12 @@
name "spruce-basin"
description "Source material."
authors "AUTHORS"
copyright "Copyright © 2025, AUTHORS"
license "proprietary"
dependency "godot-dlang" version="~master"
configuration "spruce-basin" {
targetType "dynamicLibrary"
dflags "-dllimport=defaultLibsOnly" platform="windows-ldc2"
targetName "../../obj/spruce-basin"
mainSourceFile "../../../src/init/bind.d"
}