Spruce-Basin/bld/src/d/dub.sdl
Aidan C. Mullen 724659b25f Refactor build resources
Move DUB files into /bld/d and add more instructions to README.
2025-03-05 07:44:25 -05:00

12 lines
376 B
Text

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"
}