1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-02-12 09:02:57 +01:00

23 lines
448 B
Meson
Raw Normal View History

shared_library(
'cardhook',
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
2018-11-23 18:17:02 -05:00
c_pch : [
'../precompiled.c',
'../precompiled.h',
],
dependencies : [
capnhook.get_variable('hook_dep'),
capnhook.get_variable('hooklib_dep'),
],
link_with : [
board_lib,
util_lib,
],
sources : [
'_com12.c',
'dllmain.c',
],
)