2018-11-08 16:04:50 -05:00
|
|
|
shared_library(
|
|
|
|
'chunihook',
|
|
|
|
name_prefix : '',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
2018-11-23 18:17:02 -05:00
|
|
|
c_pch : [
|
|
|
|
'../precompiled.c',
|
|
|
|
'../precompiled.h',
|
|
|
|
],
|
2018-11-08 16:04:50 -05:00
|
|
|
dependencies : [
|
|
|
|
capnhook.get_variable('hook_dep'),
|
|
|
|
capnhook.get_variable('hooklib_dep'),
|
|
|
|
],
|
|
|
|
link_with : [
|
2019-03-04 17:22:38 -05:00
|
|
|
amex_lib,
|
2018-11-08 16:04:50 -05:00
|
|
|
board_lib,
|
|
|
|
jvs_lib,
|
2019-03-04 17:22:38 -05:00
|
|
|
platform_lib,
|
2018-11-08 16:04:50 -05:00
|
|
|
util_lib,
|
|
|
|
],
|
|
|
|
sources : [
|
2018-11-08 16:12:20 -05:00
|
|
|
'dllmain.c',
|
2018-11-08 16:11:07 -05:00
|
|
|
'jvs.c',
|
|
|
|
'jvs.h',
|
2018-11-13 19:36:34 -05:00
|
|
|
'slider-hook.c',
|
|
|
|
'slider-hook.h',
|
2018-11-08 16:04:50 -05:00
|
|
|
],
|
|
|
|
)
|