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
11 lines
118 B
Makefile
11 lines
118 B
Makefile
dlls += ddrio-async
|
|
|
|
ldflags_ddrio-async:= \
|
|
|
|
libs_ddrio-async := \
|
|
core \
|
|
util \
|
|
|
|
src_ddrio-async := \
|
|
ddrio.c \
|