2019-03-05 19:34:43 +00:00
|
|
|
shared_library(
|
|
|
|
'idzhook',
|
|
|
|
name_prefix : '',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
|
|
|
vs_module_defs : 'idzhook.def',
|
|
|
|
c_pch : '../precompiled.h',
|
|
|
|
dependencies : [
|
|
|
|
capnhook.get_variable('hook_dep'),
|
|
|
|
capnhook.get_variable('hooklib_dep'),
|
|
|
|
xinput_lib,
|
|
|
|
],
|
|
|
|
link_with : [
|
2021-05-23 14:28:17 +00:00
|
|
|
aimeio_lib,
|
2019-03-05 19:34:43 +00:00
|
|
|
amex_lib,
|
|
|
|
board_lib,
|
2019-05-14 15:15:20 +00:00
|
|
|
hooklib_lib,
|
2021-06-12 16:41:37 +00:00
|
|
|
idzio_lib,
|
2019-03-05 19:34:43 +00:00
|
|
|
jvs_lib,
|
|
|
|
platform_lib,
|
|
|
|
util_lib,
|
|
|
|
],
|
|
|
|
sources : [
|
2019-05-18 03:48:21 +00:00
|
|
|
'config.c',
|
|
|
|
'config.h',
|
2019-03-05 19:34:43 +00:00
|
|
|
'dllmain.c',
|
2021-06-12 16:40:19 +00:00
|
|
|
'idz-dll.c',
|
|
|
|
'idz-dll.h',
|
2019-03-05 19:34:43 +00:00
|
|
|
'jvs.c',
|
|
|
|
'jvs.h',
|
2019-11-03 21:12:58 +00:00
|
|
|
'zinput.c',
|
|
|
|
'zinput.h',
|
2019-03-05 19:34:43 +00:00
|
|
|
],
|
|
|
|
)
|