Files
bemanitools/src/main/aciomgr/Module.mk
icex2 e4a221e15b 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:30:53 +01:00

11 lines
139 B
Makefile

dlls += aciomgr
libs_aciomgr := \
core \
aciodrv \
util \
src_aciomgr := \
dllmain.c \
manager.c \