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
18 lines
191 B
Makefile
18 lines
191 B
Makefile
dlls += ddrio-p3io
|
|
|
|
ldflags_ddrio-p3io:= \
|
|
-lsetupapi \
|
|
|
|
libs_ddrio-p3io := \
|
|
core \
|
|
cconfig \
|
|
extio \
|
|
extiodrv \
|
|
p3io \
|
|
p3iodrv \
|
|
util \
|
|
|
|
src_ddrio-p3io := \
|
|
config.c \
|
|
ddrio.c \
|