mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-06 18:42:36 -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
475 B
Makefile
33 lines
475 B
Makefile
avsdlls += iidxhook8
|
|
|
|
ldflags_iidxhook8 := \
|
|
-liphlpapi \
|
|
-lsetupapi \
|
|
-lcfgmgr32 \
|
|
-lmf \
|
|
-lmfplat \
|
|
-lole32 \
|
|
|
|
deplibs_iidxhook8 := \
|
|
avs \
|
|
|
|
libs_iidxhook8 := \
|
|
avs-util \
|
|
core \
|
|
iidxhook-d3d9 \
|
|
iidxhook-util \
|
|
acioemu \
|
|
bio2emu \
|
|
bio2emu-iidx \
|
|
camhook \
|
|
iidxio \
|
|
hook \
|
|
hooklib \
|
|
cconfig \
|
|
util \
|
|
eamio \
|
|
|
|
src_iidxhook8 := \
|
|
config-io.c \
|
|
dllmain.c \
|