forked from TeamTofuShop/segatools
cardhook: Wire up aimeReaderHost hook
This is an external AiMe driver process that is only used by Chunithm AFAIK. The wiring can be easily re-used for other games.
This commit is contained in:
20
cardhook/meson.build
Normal file
20
cardhook/meson.build
Normal file
@ -0,0 +1,20 @@
|
||||
shared_library(
|
||||
'cardhook',
|
||||
name_prefix : '',
|
||||
include_directories: inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'cardhook.def',
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
capnhook.get_variable('hooklib_dep'),
|
||||
],
|
||||
link_with : [
|
||||
board_lib,
|
||||
util_lib,
|
||||
],
|
||||
sources : [
|
||||
'_com12.c',
|
||||
'dllmain.c',
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user