mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-15 11:55:10 -05:00
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.
31 lines
452 B
Makefile
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 \
|