Update tpt-libs

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.
This commit is contained in:
Tamás Bálint Misius
2022-08-23 11:14:06 +02:00
parent ed13f33e7a
commit 513d2cae3e
73 changed files with 971 additions and 901 deletions

View File

@@ -3,7 +3,7 @@ resources_files += files(
'document.ico',
)
if copt_platform == 'win'
if host_platform == 'windows'
powder_files += windows_mod.compile_resources(
'powder-res.rc',
depend_files: [ resources_files, 'resource.h' ],