SIGN IN SIGN UP
2021-09-14 18:12:14 +01:00
@echo off
setlocal EnableDelayedExpansion
2021-09-17 12:57:52 +01:00
rem build the .lib files already exist
2021-09-14 18:12:14 +01:00
if not exist "vendor\stb\lib\*.lib" (
pushd vendor\stb\src
call build.bat
popd
)
2021-09-17 12:57:52 +01:00
if not exist "vendor\miniaudio\lib\*.lib" (
pushd vendor\miniaudio\src
call build.bat
popd
)
2022-11-04 11:40:07 +00:00
if not exist "vendor\cgltf\lib\*.lib" (
pushd vendor\cgltf\src
call build.bat
popd
)