2018-11-08 16:04:50 -05:00
|
|
|
shared_library(
|
|
|
|
'chunihook',
|
|
|
|
name_prefix : '',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
2019-05-01 21:17:30 -04:00
|
|
|
c_pch : '../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,
|
2019-05-02 22:12:06 -04:00
|
|
|
chuniio_dll,
|
2019-05-14 11:15:20 -04:00
|
|
|
hooklib_lib,
|
2018-11-08 16:04:50 -05:00
|
|
|
jvs_lib,
|
2019-03-04 17:22:38 -05:00
|
|
|
platform_lib,
|
2018-11-08 16:04:50 -05:00
|
|
|
util_lib,
|
|
|
|
],
|
|
|
|
sources : [
|
2019-05-17 23:35:53 -04:00
|
|
|
'config.c',
|
|
|
|
'config.h',
|
2018-11-08 16:12:20 -05:00
|
|
|
'dllmain.c',
|
2018-11-08 16:11:07 -05:00
|
|
|
'jvs.c',
|
|
|
|
'jvs.h',
|
2019-05-03 15:59:23 -04:00
|
|
|
'slider.c',
|
|
|
|
'slider.h',
|
2018-11-08 16:04:50 -05:00
|
|
|
],
|
|
|
|
)
|