2018-11-08 22:04:50 +01:00
|
|
|
shared_library(
|
|
|
|
'chunihook',
|
|
|
|
name_prefix : '',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
2019-05-02 03:17:30 +02:00
|
|
|
c_pch : '../precompiled.h',
|
2018-11-08 22:04:50 +01:00
|
|
|
dependencies : [
|
|
|
|
capnhook.get_variable('hook_dep'),
|
|
|
|
capnhook.get_variable('hooklib_dep'),
|
|
|
|
],
|
|
|
|
link_with : [
|
2019-03-04 23:22:38 +01:00
|
|
|
amex_lib,
|
2018-11-08 22:04:50 +01:00
|
|
|
board_lib,
|
2019-05-03 04:12:06 +02:00
|
|
|
chuniio_dll,
|
2019-05-14 17:15:20 +02:00
|
|
|
hooklib_lib,
|
2018-11-08 22:04:50 +01:00
|
|
|
jvs_lib,
|
2019-03-04 23:22:38 +01:00
|
|
|
platform_lib,
|
2018-11-08 22:04:50 +01:00
|
|
|
util_lib,
|
|
|
|
],
|
|
|
|
sources : [
|
2019-05-18 05:35:53 +02:00
|
|
|
'config.c',
|
|
|
|
'config.h',
|
2018-11-08 22:12:20 +01:00
|
|
|
'dllmain.c',
|
2018-11-08 22:11:07 +01:00
|
|
|
'jvs.c',
|
|
|
|
'jvs.h',
|
2019-05-03 21:59:23 +02:00
|
|
|
'slider.c',
|
|
|
|
'slider.h',
|
2018-11-08 22:04:50 +01:00
|
|
|
],
|
|
|
|
)
|