Files
Odin/build_vendor.bat
T
2021-09-14 18:12:14 +01:00

11 lines
169 B
Batchfile

@echo off
setlocal EnableDelayedExpansion
if not exist "vendor\stb\lib\*.lib" (
rem build the .lib fiels already exist
pushd vendor\stb\src
call build.bat
popd
)