mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Add lib and build script (Windows Only)
This commit is contained in:
BIN
Binary file not shown.
Vendored
+8
@@ -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
@@ -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