mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-15 03:45:09 -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
23 lines
222 B
Makefile
23 lines
222 B
Makefile
avsdlls += bsthook
|
|
|
|
deplibs_bsthook := \
|
|
avs \
|
|
|
|
libs_bsthook := \
|
|
avs-util \
|
|
core \
|
|
acioemu \
|
|
bstio \
|
|
hook \
|
|
hooklib \
|
|
util \
|
|
eamio \
|
|
|
|
src_bsthook := \
|
|
acio.c \
|
|
dllmain.c \
|
|
gfx.c \
|
|
kfca.c \
|
|
settings.c \
|
|
|