mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-11 20:41:34 -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
7 lines
134 B
Makefile
7 lines
134 B
Makefile
dlls += eamio
|
|
libs_eamio := core geninput util
|
|
src_eamio := \
|
|
eam-api.c \
|
|
eam-impl.c \
|
|
eam-s11n.c \
|