Files
bemanitools/src/main/ddrhook1/Module.mk
icex2 e4a221e15b refactor: Entire code base, thread and log usage
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
2024-02-25 09:30:53 +01:00

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 \