mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 13:33:13 +00:00
Add lib and build script (Windows Only)
This commit is contained in:
BIN
vendor/kb_text_shape/lib/kb_text_shape.lib
vendored
Normal file
BIN
vendor/kb_text_shape/lib/kb_text_shape.lib
vendored
Normal file
Binary file not shown.
8
vendor/kb_text_shape/src/build.bat
vendored
Normal file
8
vendor/kb_text_shape/src/build.bat
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@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
|
||||
5
vendor/kb_text_shape/src/kb_text_shape.c
vendored
Normal file
5
vendor/kb_text_shape/src/kb_text_shape.c
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define KB_TEXT_SHAPE_IMPLEMENTATION
|
||||
#include "kb_text_shape.h"
|
||||
Reference in New Issue
Block a user