forked from Dniel97/segatools
Statically link default chuniio
This commit is contained in:
parent
f65f816497
commit
ef8c844403
@ -13,7 +13,7 @@ shared_library(
|
||||
aimeio_lib,
|
||||
amex_lib,
|
||||
board_lib,
|
||||
chuniio_dll,
|
||||
chuniio_lib,
|
||||
hooklib_lib,
|
||||
jvs_lib,
|
||||
platform_lib,
|
||||
|
@ -1,11 +0,0 @@
|
||||
LIBRARY chuniio
|
||||
|
||||
EXPORTS
|
||||
chuni_io_jvs_init
|
||||
chuni_io_jvs_poll
|
||||
chuni_io_jvs_read_coin_counter
|
||||
chuni_io_jvs_set_coin_blocker
|
||||
chuni_io_slider_init
|
||||
chuni_io_slider_set_leds
|
||||
chuni_io_slider_start
|
||||
chuni_io_slider_stop
|
@ -1,9 +1,8 @@
|
||||
chuniio_dll = shared_library(
|
||||
chuniio_lib = static_library(
|
||||
'chuniio',
|
||||
name_prefix : '',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'chuniio.def',
|
||||
c_pch : '../precompiled.h',
|
||||
sources : [
|
||||
'chuniio.c',
|
||||
|
Loading…
Reference in New Issue
Block a user