summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* gtk4-update-icon-cache: Avoid UAC on 32-bit WindowsChun-wei Fan2021-02-032-1/+134
| | | | | | | | | | | | | | | As the program executable name has 'update' in its filename, gtk4-update-icon-cache.exe is considered to be an installer program on 32-bit Windows [1], which will cause the program to fail to run unless it is running with elevated privileges (i.e. UAC). Avoid this situation by embedding a manifest file into the final executable that tells Windows that this is not a program that requires elevation. Fixes issue #3632. [1]: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc709628(v=ws.10)?redirectedfrom=MSDN, under section "Installer Detection Technology"
* tools: Don't static and dynamic link on libgtk4Xavier Claessens2021-01-311-8/+7
|
* build: Redo the tools buildMatthias Clasen2021-01-2814-0/+5542
Move the tools directory to be toplevel, and instead of recompiling sources twice, link them with the our new static libgtk.a.