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

View file

@ -1,10 +1,13 @@
[configuration]
entry_symbol = "Godot-DLang"
entry_symbol = "libsb_init"
compatibility_minimum = "4.4"
[libraries]
linux.64 = "bind.so"
darwin.64 = "bind.dylib"
windows.64 = "bind.dll"
linux.amd64 = "res://../bld/obj/.libs/libbind.so"
linux.amd64 = "res://../bld/obj/.libs/libsb.so"
darwin.amd64 = "res://../bld/obj/.libs/libbind.dylib"
darwin.amd64 = "res://../bld/obj/.libs/libsb.dylib"
windows.amd64 = "res://../bld/obj/.libs/libbind.dll"
windows.amd64 = "res://../bld/obj/.libs/libsb.dll"