bemanitools/src/main/ddrio-smx/Module.mk
icex2 93e0a090bc 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-08-14 17:53:51 +02:00

15 lines
144 B
Makefile

dlls += ddrio-smx
imps += SMX
deplibs_ddrio-smx := \
SMX \
libs_ddrio-smx := \
core \
geninput \
util \
src_ddrio-smx := \
ddrio.c \