mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-06 18:42:36 -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
12 lines
168 B
Makefile
12 lines
168 B
Makefile
libs += bio2drv
|
|
|
|
libs_bio2drv := \
|
|
core \
|
|
aciodrv \
|
|
|
|
src_bio2drv := \
|
|
detect.c \
|
|
config-bio2.c \
|
|
bi2a-iidx.c \
|
|
bi2a-sdvx.c \
|