2019-05-14 11:15:20 -04:00
|
|
|
hooklib_lib = static_library(
|
|
|
|
'hooklib',
|
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
|
|
|
c_pch : '../precompiled.h',
|
|
|
|
dependencies : [
|
|
|
|
capnhook.get_variable('hook_dep'),
|
|
|
|
],
|
|
|
|
sources : [
|
2023-11-27 23:23:00 -05:00
|
|
|
'cursor.c',
|
|
|
|
'cursor.h',
|
2019-10-19 17:03:17 -04:00
|
|
|
'config.c',
|
|
|
|
'config.h',
|
2023-09-13 19:54:22 -04:00
|
|
|
'createprocess.c',
|
|
|
|
'createprocess.h',
|
2019-05-14 17:12:34 -04:00
|
|
|
'dll.c',
|
|
|
|
'dll.h',
|
2019-09-04 13:31:55 -04:00
|
|
|
'dns.c',
|
|
|
|
'dns.h',
|
2021-06-16 12:08:08 +02:00
|
|
|
'dvd.c',
|
|
|
|
'dvd.h',
|
2019-05-14 11:15:20 -04:00
|
|
|
'fdshark.c',
|
|
|
|
'fdshark.h',
|
2019-05-15 20:10:32 -04:00
|
|
|
'path.c',
|
|
|
|
'path.h',
|
2019-05-15 11:10:07 -04:00
|
|
|
'reg.c',
|
|
|
|
'reg.h',
|
2019-05-14 11:15:20 -04:00
|
|
|
'setupapi.c',
|
|
|
|
'setupapi.h',
|
|
|
|
'spike.c',
|
|
|
|
'spike.h',
|
2023-07-14 00:59:10 +02:00
|
|
|
'touch.c',
|
|
|
|
'touch.h',
|
2023-11-11 22:47:47 +01:00
|
|
|
'printer.c',
|
|
|
|
'printer.h',
|
2019-05-14 11:15:20 -04:00
|
|
|
],
|
|
|
|
)
|