mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-30 22:04:45 -05:00
This includes: - Renaming of functions (iohook_invoke_next) - Slight interface changes (com_proxy_wrap, iohook_push_handler) - De-duplicate stuff from utils (iobuf, hr)
21 lines
264 B
Makefile
21 lines
264 B
Makefile
libs += util
|
|
|
|
src_util := \
|
|
array.c \
|
|
cmdline.c \
|
|
crc.c \
|
|
crypto.c \
|
|
fs.c \
|
|
hex.c \
|
|
iobuf.c \
|
|
list.c \
|
|
log.c \
|
|
mem.c \
|
|
msg-thread.c \
|
|
net.c \
|
|
str.c \
|
|
thread.c \
|
|
time.c \
|
|
winres.c \
|
|
|