Files
bemanitools/src/main/iidxhook8/Module.mk
icex2 9c9e554234 feat(iidx 20-26): Hook new "HD era scaling" module
Replace the old module, re-use the configuration for now to
avoid introducing breaking changes in the configuration API.

This can be further cleaned up, once the monolithic
iidxhook-util/d3d9 module is further broken up.
2023-04-15 22:37:07 +02:00

31 lines
452 B
Makefile

avsdlls += iidxhook8
ldflags_iidxhook8 := \
-liphlpapi \
-lsetupapi \
-lcfgmgr32 \
-lmf \
-lmfplat \
-lole32 \
deplibs_iidxhook8 := \
avs \
libs_iidxhook8 := \
iidxhook-d3d9 \
iidxhook-util \
acioemu \
bio2emu \
bio2emu-iidx \
camhook \
iidxio \
hook \
hooklib \
cconfig \
util \
eamio \
src_iidxhook8 := \
config-io.c \
dllmain.c \