Add headers and fix build

Add more C headers and allow libsb to build correctly with warnings.
This commit is contained in:
Aidan C. Mullen 2025-03-08 22:33:48 -05:00
parent 103ffffbd7
commit 943afc734f
22 changed files with 6155 additions and 38 deletions

View file

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