forked from TeamTofuShop/segatools
Statically link current aimeio implementation
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
LIBRARY aimeio
|
||||
|
||||
EXPORTS
|
||||
aime_io_fini
|
||||
aime_io_init
|
||||
aime_io_led_set_color
|
||||
aime_io_nfc_poll
|
||||
aime_io_nfc_get_aime_id
|
||||
aime_io_nfc_get_felica_id
|
@ -1,9 +1,8 @@
|
||||
aimeio_dll = shared_library(
|
||||
aimeio_lib = static_library(
|
||||
'aimeio',
|
||||
name_prefix : '',
|
||||
include_directories: inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'aimeio.def',
|
||||
c_pch : '../precompiled.h',
|
||||
link_with : [
|
||||
util_lib,
|
||||
|
Reference in New Issue
Block a user