mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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