From b0d5dde3d772c8207a32e9ea0a6c787b522b7608 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 14 Sep 2021 18:12:14 +0100 Subject: [PATCH] Add build_vendor.bat --- build_vendor.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build_vendor.bat diff --git a/build_vendor.bat b/build_vendor.bat new file mode 100644 index 000000000..fe1ae660c --- /dev/null +++ b/build_vendor.bat @@ -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 +)