mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Pack-in d3dcompiler_47.dll with distribution. Refs #81
This commit is contained in:
@@ -22,6 +22,10 @@ mkdir -p dist/Release{32,64}
|
||||
cp -R x64/Release/* dist/Release64/
|
||||
cp -R Win32/Release/* dist/Release32/
|
||||
|
||||
# Copy in d3dcompiler from windows kit 8.1
|
||||
cp /c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Redist/D3D/x64/d3dcompiler_47.dll dist/Release64/
|
||||
cp /c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Redist/D3D/x86/d3dcompiler_47.dll dist/Release32/
|
||||
|
||||
# Copy associated files that should be included with the distribution
|
||||
cp LICENSE.md Documentation/*.chm dist/Release64/
|
||||
cp LICENSE.md Documentation/*.chm dist/Release32/
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
|
||||
<Component Id='RenderDocCPP' Guid='2E6F718F-8BCC-4D41-9688-E99CF2F6B303'>
|
||||
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release32/renderdoc.dll' KeyPath='yes' />
|
||||
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
|
||||
|
||||
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
|
||||
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
|
||||
<Component Id='RenderDocCPP' Win64="yes" Guid='9D5949F9-0447-47B6-829D-77465E1FDAD9'>
|
||||
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release64/renderdoc.dll' KeyPath='yes' />
|
||||
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
|
||||
|
||||
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
|
||||
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
|
||||
|
||||
Reference in New Issue
Block a user