Statically link idzio

This commit is contained in:
Tau
2021-06-12 12:41:37 -04:00
parent 392cd89c6a
commit 38808740b4
3 changed files with 13 additions and 14 deletions

View File

@ -1,9 +1,8 @@
idzio_dll = shared_library(
idzio_lib = static_library(
'idzio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
vs_module_defs : 'idzio.def',
c_pch : '../precompiled.h',
dependencies : [
dinput8_lib,