no more stb_ds
This commit is contained in:
parent
45b3706810
commit
76f23b93ed
7 changed files with 89 additions and 1919 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ CFLAGS = -I include -fPIC -g
|
|||
LDFLAGS = -shared
|
||||
LIBS =
|
||||
|
||||
OBJS = src/core.o src/file.o src/unicode.o src/util.o src/stb_ds.o
|
||||
OBJS = src/core.o src/file.o src/unicode.o src/util.o src/array.o
|
||||
|
||||
SO = .so
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue