mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-11 12:27:07 -05:00
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
15 lines
144 B
Makefile
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 \
|
|
|