The-Powder-Toy/.github
Tamás Bálint Misius fefafa3b3d
Display link command line when building for windows
Command line is limited in length on windows so meson/ninja puts it in a response file and passes that to the linker instead. Only problem is, ninja -v displays only the part of the command line where it tells link.exe where the response file is, not what's in the response file. So I just had the script print it. Care must also be taken for the script to properly fail if ninja fails, but not before the command line is printed.

Also add /GL and /LCTG to msvc command lines because they can't hurt. Right?
2022-09-11 14:15:34 +02:00
..
workflows Fix release assets failing to upload 2022-09-11 07:15:36 +02:00
.gitignore Update tpt-libs, add support for android 2022-04-14 21:18:21 +02:00
build.sh Display link command line when building for windows 2022-09-11 14:15:34 +02:00
macaa64-ghactions.ini Update tpt-libs 2022-09-03 07:01:21 +02:00
mingw-ghactions.ini Fix mingw-on-linux builds 2021-12-24 22:47:57 +01:00
mod_id.txt Wire up the starcatcher.us snapshot service 2021-04-05 00:09:52 +02:00
prepare.py Fix new workflow not creating releases in some cases 2022-09-11 06:49:07 +02:00
starcatcher-publish.sh Fix starcatcher uploads 2022-09-11 01:03:53 +02:00
starcatcher-release.sh Fix starcatcher uploads 2022-09-11 01:03:53 +02:00
vs-env.sh Update tpt-libs 2022-09-03 07:01:21 +02:00