Begin adding vendor:miniaudio

This commit is contained in:
gingerBill
2021-09-17 12:57:52 +01:00
parent 4cb7f05644
commit f38b7ebf42
18 changed files with 75976 additions and 2 deletions
+8 -1
View File
@@ -2,9 +2,16 @@
setlocal EnableDelayedExpansion
rem build the .lib files already exist
if not exist "vendor\stb\lib\*.lib" (
rem build the .lib fiels already exist
pushd vendor\stb\src
call build.bat
popd
)
if not exist "vendor\miniaudio\lib\*.lib" (
pushd vendor\miniaudio\src
call build.bat
popd
)