Files
djhackersdev_bemanitools/src/main/avs-util/Module.mk
T
icex2 4fedf34d6b feat: Add new module to scope avs related "utility" stuff
Use this to share helpers or other extensions to the
original avs API across modules.

Start with including error codes to readable strings
to improve velocity on AVS API error analysis.
2024-01-31 22:47:14 +01:00

7 lines
89 B
Makefile

libs += avs-util
libs_avs-util := \
src_avs-util := \
error.c \