bemanitools/src/main/util/Module.mk
icex2 f9c0733af3 Adapt everything in BT5 to new capnhook API
This includes:
- Renaming of functions (iohook_invoke_next)
- Slight interface changes (com_proxy_wrap, iohook_push_handler)
- De-duplicate stuff from utils (iobuf, hr)
2020-09-02 19:35:15 +00:00

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 \