move dr_libs from versioned to git submodule

This commit is contained in:
John Alanbrook 2024-03-03 17:10:08 -06:00
parent d46be24c41
commit 89e3f9b849
6 changed files with 5 additions and 25465 deletions

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "source/engine/thirdparty/TinySoundFont"]
path = source/engine/thirdparty/TinySoundFont
url = https://github.com/schellingb/TinySoundFont.git
[submodule "source/engine/thirdparty/dr_libs"]
path = source/engine/thirdparty/dr_libs
url = https://github.com/mackron/dr_libs.git

View file

@ -166,7 +166,7 @@ OBJS := $(addprefix $(BIN)/obj/, $(OBJS))
engineincs != find source/engine -maxdepth 1 -type d
includeflag != find source -type d -name include
includeflag += $(engineincs) source/engine/thirdparty/tinycdb source/shaders source/engine/thirdparty/sokol source/engine/thirdparty/stb source/engine/thirdparty/cgltf source/engine/thirdparty/TinySoundFont
includeflag += $(engineincs) source/engine/thirdparty/tinycdb source/shaders source/engine/thirdparty/sokol source/engine/thirdparty/stb source/engine/thirdparty/cgltf source/engine/thirdparty/TinySoundFont source/engine/thirdparty/dr_libs
includeflag := $(addprefix -I, $(includeflag))
# Adding different SDKs

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1
source/engine/thirdparty/dr_libs vendored Submodule

@ -0,0 +1 @@
Subproject commit da35f9d6c7374a95353fd1df1d394d44ab66cf01