mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-06-09 02:35:54 +02:00
11 lines
169 B
Meson
11 lines
169 B
Meson
![]() |
win = import('Windows')
|
||
|
|
||
|
res = files(
|
||
|
'icon.ico',
|
||
|
'resource.h',
|
||
|
'resource.rc'
|
||
|
)
|
||
|
|
||
|
windows_resources = win.compile_resources(depend_files: windows_resources)
|
||
|
|