Commit 5a83cfb
Ivan Zhakov
Add Windows manifest with compatibility information to executable files.
Without compatibility information Windows executes application in
"compatibility context".
For example, this results in 'svn --version -v' displaying wrong OS version
information. Other possible changes are listed in [2].
Partly discussed in [3].
[1]: https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#compatibility
[2]: https://learn.microsoft.com/en-us/windows/compatibility/application-executable-manifest#manifestation
[3]: https://lists.apache.org/thread/vd19wz81qjqnz6dn01rk5vc46j12sxw3
* build/generator/templates/targets.cmake.ezt
(): Add build/win32/compatibility.manifest for executables.
* build/generator/templates/vcnet_vcxproj.ezt
(): Add build/win32/compatibility.manifest for executables.
* build/win32/compatibility.manifest
(): New.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1933257 13f79535-47bb-0310-9956-ffa450edef681 parent 3adc180 commit 5a83cfb
3 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments