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:
committed by
Brecht Van Lommel
parent
20883841c7
commit
6d27a2ff76
4
release/windows/manifest/Blender.manifest.in
Normal file
4
release/windows/manifest/Blender.manifest.in
Normal 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>
|
||||
Reference in New Issue
Block a user