Files
djhackersdev_bemanitools/src/main/ddrio-async/Module.mk
T
icex2 e8221631f9 refactor: Entire code base, thread and log usage
Boils down to:
- Include headers
- Reduce boiler plate with helpers
- Swap out explicit usages with core API layer
  and ensure the right API is configured beforehand
2024-02-25 09:07:54 +01:00

11 lines
118 B
Makefile

dlls += ddrio-async
ldflags_ddrio-async:= \
libs_ddrio-async := \
core \
util \
src_ddrio-async := \
ddrio.c \