2018-11-08 16:04:50 -05:00
|
|
|
shared_library(
|
|
|
|
'chunihook',
|
|
|
|
name_prefix : '',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
2021-05-22 12:16:46 -04:00
|
|
|
vs_module_defs : 'chunihook.def',
|
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 : [
|
2021-05-23 10:28:17 -04:00
|
|
|
aimeio_lib,
|
2019-03-04 17:22:38 -05:00
|
|
|
amex_lib,
|
2018-11-08 16:04:50 -05:00
|
|
|
board_lib,
|
2021-05-31 12:54:14 -04:00
|
|
|
chuniio_lib,
|
2021-11-03 17:14:24 +00:00
|
|
|
gfxhook_lib,
|
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 : [
|
2021-05-31 12:58:22 -04:00
|
|
|
'chuni-dll.c',
|
|
|
|
'chuni-dll.h',
|
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
|
|
|
],
|
|
|
|
)
|