mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
9 lines
160 B
Batchfile
9 lines
160 B
Batchfile
@echo off
|
|
|
|
if not exist "..\lib" mkdir ..\lib
|
|
|
|
cl -nologo -MT -TC -O2 -c kb_text_shape.c
|
|
lib -nologo kb_text_shape.obj -out:..\lib\kb_text_shape.lib
|
|
|
|
del *.obj
|