mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add build_vendor.bat
This commit is contained in:
@@ -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
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user