forked from TeamTofuShop/segatools
chuniio: Break out Chunithm IO DLL
This commit is contained in:
12
chuniio/meson.build
Normal file
12
chuniio/meson.build
Normal file
@ -0,0 +1,12 @@
|
||||
chuniio_dll = shared_library(
|
||||
'chuniio',
|
||||
name_prefix : '',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'chuniio.def',
|
||||
c_pch : '../precompiled.h',
|
||||
sources : [
|
||||
'chuniio.c',
|
||||
'chuniio.h',
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user