2018-11-08 21:04:50 +00:00
|
|
|
shared_library(
|
|
|
|
'chunihook',
|
|
|
|
name_prefix : '',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
2021-05-22 16:16:46 +00:00
|
|
|
vs_module_defs : 'chunihook.def',
|
2019-05-02 01:17:30 +00:00
|
|
|
c_pch : '../precompiled.h',
|
2018-11-08 21:04:50 +00:00
|
|
|
dependencies : [
|
|
|
|
capnhook.get_variable('hook_dep'),
|
|
|
|
capnhook.get_variable('hooklib_dep'),
|
|
|
|
],
|
|
|
|
link_with : [
|
2021-05-23 14:28:17 +00:00
|
|
|
aimeio_lib,
|
2019-03-04 22:22:38 +00:00
|
|
|
amex_lib,
|
2018-11-08 21:04:50 +00:00
|
|
|
board_lib,
|
2021-05-31 16:54:14 +00:00
|
|
|
chuniio_lib,
|
2021-11-03 17:14:24 +00:00
|
|
|
gfxhook_lib,
|
2019-05-14 15:15:20 +00:00
|
|
|
hooklib_lib,
|
2018-11-08 21:04:50 +00:00
|
|
|
jvs_lib,
|
2019-03-04 22:22:38 +00:00
|
|
|
platform_lib,
|
2018-11-08 21:04:50 +00:00
|
|
|
util_lib,
|
|
|
|
],
|
|
|
|
sources : [
|
2021-05-31 16:58:22 +00:00
|
|
|
'chuni-dll.c',
|
|
|
|
'chuni-dll.h',
|
2019-05-18 03:35:53 +00:00
|
|
|
'config.c',
|
|
|
|
'config.h',
|
2018-11-08 21:12:20 +00:00
|
|
|
'dllmain.c',
|
2018-11-08 21:11:07 +00:00
|
|
|
'jvs.c',
|
|
|
|
'jvs.h',
|
2019-05-03 19:59:23 +00:00
|
|
|
'slider.c',
|
|
|
|
'slider.h',
|
2018-11-08 21:04:50 +00:00
|
|
|
],
|
|
|
|
)
|