mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 18:24:06 +00:00
Add build_vendor.bat
This commit is contained in:
10
build_vendor.bat
Normal file
10
build_vendor.bat
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user