forked from Hay1tsme/segatools
mu3io: Add initial IO emu for Ongeki
This commit is contained in:
15
mu3io/meson.build
Normal file
15
mu3io/meson.build
Normal file
@ -0,0 +1,15 @@
|
||||
mu3io_dll = shared_library(
|
||||
'mu3io',
|
||||
name_prefix : '',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'mu3io.def',
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
xinput_lib,
|
||||
],
|
||||
sources : [
|
||||
'mu3io.c',
|
||||
'mu3io.h',
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user