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
33 lines
399 B
Makefile
33 lines
399 B
Makefile
avsdlls += ddrhook1
|
|
|
|
ldflags_ddrhook1 := \
|
|
-lws2_32 \
|
|
|
|
deplibs_ddrhook1 := \
|
|
avs \
|
|
|
|
libs_ddrhook1 := \
|
|
avs-util \
|
|
core \
|
|
acioemu \
|
|
cconfig \
|
|
ddrhook-util \
|
|
p3ioemu \
|
|
p3io \
|
|
hook \
|
|
hooklib \
|
|
util \
|
|
eamio \
|
|
ddrio \
|
|
security \
|
|
|
|
src_ddrhook1 := \
|
|
avs-boot.c \
|
|
dllmain.c \
|
|
config-ddrhook1.c \
|
|
config-eamuse.c \
|
|
config-gfx.c \
|
|
config-security.c \
|
|
master.c \
|
|
filesystem.c \
|