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.
30 lines
448 B
Makefile
30 lines
448 B
Makefile
avsdlls += iidxhook7
|
|
|
|
ldflags_iidxhook7 := \
|
|
-liphlpapi \
|
|
-ld3d9 \
|
|
|
|
deplibs_iidxhook7 := \
|
|
avs \
|
|
|
|
libs_iidxhook7 := \
|
|
iidxhook-d3d9 \
|
|
iidxhook-util \
|
|
cconfig \
|
|
ezusb-emu \
|
|
ezusb-iidx-16seg-emu \
|
|
ezusb2-emu \
|
|
ezusb2-iidx-emu \
|
|
ezusb-iidx-emu \
|
|
security \
|
|
eamio \
|
|
acioemu \
|
|
hook \
|
|
hooklib \
|
|
iidxio \
|
|
util \
|
|
ezusb \
|
|
|
|
src_iidxhook7 := \
|
|
dllmain.c \
|