aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendor/kb_text_shape/lib/kb_text_shape.libbin0 -> 710778 bytes
-rw-r--r--vendor/kb_text_shape/src/build.bat8
-rw-r--r--vendor/kb_text_shape/src/kb_text_shape.c5
3 files changed, 13 insertions, 0 deletions
diff --git a/vendor/kb_text_shape/lib/kb_text_shape.lib b/vendor/kb_text_shape/lib/kb_text_shape.lib
new file mode 100644
index 000000000..9ec799712
--- /dev/null
+++ b/vendor/kb_text_shape/lib/kb_text_shape.lib
Binary files differ
diff --git a/vendor/kb_text_shape/src/build.bat b/vendor/kb_text_shape/src/build.bat
new file mode 100644
index 000000000..b37b219e7
--- /dev/null
+++ b/vendor/kb_text_shape/src/build.bat
@@ -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
diff --git a/vendor/kb_text_shape/src/kb_text_shape.c b/vendor/kb_text_shape/src/kb_text_shape.c
new file mode 100644
index 000000000..041023013
--- /dev/null
+++ b/vendor/kb_text_shape/src/kb_text_shape.c
@@ -0,0 +1,5 @@
+#include <stdlib.h>
+#include <stdint.h>
+
+#define KB_TEXT_SHAPE_IMPLEMENTATION
+#include "kb_text_shape.h" \ No newline at end of file