513d2cae3e
Also restructure meson.build and the ghactions workflow a bit, and enable -ffunction-sections and -fdata-sections. Note that starcatcher uploads have not been tested and most likely don't work.
12 lines
216 B
Meson
12 lines
216 B
Meson
resources_files += files(
|
|
'icon.ico',
|
|
'document.ico',
|
|
)
|
|
|
|
if host_platform == 'windows'
|
|
powder_files += windows_mod.compile_resources(
|
|
'powder-res.rc',
|
|
depend_files: [ resources_files, 'resource.h' ],
|
|
)
|
|
endif
|