mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-15 11:55:10 -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
136 B
Makefile
15 lines
136 B
Makefile
dlls += ddrio-mm
|
|
|
|
ldflags_ddrio-mm:= \
|
|
-lhid \
|
|
-lsetupapi \
|
|
|
|
libs_ddrio-mm := \
|
|
core \
|
|
mm \
|
|
util \
|
|
|
|
src_ddrio-mm := \
|
|
ddrio.c \
|
|
|