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 : [
|
|
|
|
'clock.c',
|
|
|
|
'clock.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',
|
2019-05-14 11:15:20 -04:00
|
|
|
'fdshark.c',
|
|
|
|
'fdshark.h',
|
|
|
|
'gfx.c',
|
|
|
|
'gfx.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',
|
|
|
|
],
|
|
|
|
)
|