mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
The log API stopped scaling already a while ago and needs considerable refactoring to consider the various use-cases that emerged since it was first created on alpha versions of bemanitools.
23 lines
289 B
Makefile
23 lines
289 B
Makefile
libs += util
|
|
|
|
src_util := \
|
|
array.c \
|
|
cmdline.c \
|
|
crc.c \
|
|
crypto.c \
|
|
fs.c \
|
|
hex.c \
|
|
iobuf.c \
|
|
list.c \
|
|
math.c \
|
|
mem.c \
|
|
msg-thread.c \
|
|
net.c \
|
|
os.c \
|
|
proc.c \
|
|
signal.c \
|
|
str.c \
|
|
time.c \
|
|
winres.c \
|
|
|