Windows: install shared libraries in blender.shared

Instead of the the same folder as the Blender executable, generate a manifest
that lets us move the libraries out of the way of users and into a separate
folder.

Ref T99618
This commit is contained in:
Ray Molenkamp
2022-12-05 23:42:49 +01:00
committed by Brecht Van Lommel
parent 20883841c7
commit 6d27a2ff76
5 changed files with 176 additions and 115 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="@WINDOWS_MANIFEST_NAME@" version="1.0.0.0" />
@MANIFEST_LIBS@</assembly>