mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add vendor:cgltf
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
|
||||
if not exist "..\lib" mkdir ..\lib
|
||||
|
||||
cl -nologo -MT -TC -O2 -c cgltf.c
|
||||
lib -nologo cgltf.obj -out:..\lib\cgltf.lib
|
||||
|
||||
del *.obj
|
||||
Reference in New Issue
Block a user