Add build_vendor.bat

This commit is contained in:
gingerBill
2021-09-14 18:12:14 +01:00
parent 7189625cf5
commit b0d5dde3d7

10
build_vendor.bat Normal file
View File

@@ -0,0 +1,10 @@
@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
)