Import Windows manifest into test build, rather than copying by script

This will ensure that we can always get the current Windows OS build
version, without being put into Windows 8 compatibility mode.

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
This commit is contained in:
Paul "TBBle" Hampson
2020-07-29 03:24:46 +10:00
parent eb6354a118
commit aa56cfc0a8
5 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
package manifest
// This is so that tests can include the .syso to manifest them to pick up the right Windows build
// TODO: Auto-generation of the .syso through rsrc or similar.