Refactor build resources
Move DUB files into /bld/d and add more instructions to README.
This commit is contained in:
parent
dd8e9d4296
commit
724659b25f
9 changed files with 69 additions and 28 deletions
12
bld/src/d/dub.sdl
Normal file
12
bld/src/d/dub.sdl
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue