Added meson build files and manifests for dlls.
Works, builds both native linux and cross-compiles mingw-w64 variants. Need to work out copying appropriate dlls into the mkxp runtime folder. Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
This commit is contained in:
parent
01e17ed5c6
commit
ed29332523
12 changed files with 318 additions and 1 deletions
5
binding-null/meson.build
Normal file
5
binding-null/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
binding = static_library('binding',
|
||||
'binding-null.cpp',
|
||||
dependencies : [ sdl2, sigcxx ],
|
||||
include_directories : incdirs)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue