Implement several functions relevant to the boot process with a focus on the security init part
27 lines
410 B
Makefile
27 lines
410 B
Makefile
dlls += iidxhook1
|
|
|
|
ldflags_iidxhook1 := \
|
|
-lws2_32 \
|
|
-liphlpapi \
|
|
|
|
libs_iidxhook1 := \
|
|
iidxhook-util \
|
|
ezusb-emu \
|
|
ezusb-iidx-16seg-emu \
|
|
ezusb-iidx-emu \
|
|
security \
|
|
eamio \
|
|
acioemu \
|
|
hook \
|
|
hooklib \
|
|
iidxio \
|
|
cconfig \
|
|
util \
|
|
ezusb \
|
|
|
|
src_iidxhook1 := \
|
|
config-iidxhook1.c \
|
|
dllmain.c \
|
|
ezusb-mon.c \
|
|
log-ezusb.c \
|