Skip to content

Commit a342fcb

Browse files
committed
Add dxcompiler.dll to installer
1 parent aaf64f1 commit a342fcb

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

util/installer/Installer32.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@
202202
</Component>
203203
</Directory>
204204

205+
<Directory Id='plugins_d3d12' Name='d3d12'>
206+
<Component Id='d2d12_plugin' Win64="yes" Guid='383E6D55-F140-44E3-91B5-E98EEAAB28A7'>
207+
<File Id='dxcompiler' Name='dxcompiler.dll' DiskId='1' Source='dist/Release64/plugins/d3d12/dxcompiler.dll' KeyPath='yes' />
208+
</Component>
209+
</Directory>
210+
205211
<Directory Id='plugins_spirv' Name='spirv'>
206212
<Component Id='spirv_plugin' Guid='749539F5-0AAA-4A26-B8F4-B2ABD1F7754E'>
207213
<File Id='spirvcross' Name='spirv-cross.exe' DiskId='1' Source='dist/Release32/plugins/spirv/spirv-cross.exe' KeyPath='yes' />
@@ -369,6 +375,7 @@
369375
<ComponentRef Id='gpa_plugin' />
370376
<ComponentRef Id='android_plugin' />
371377
<ComponentRef Id='spirv_plugin' />
378+
<ComponentRef Id='d3d12_plugin' />
372379

373380
<ComponentRef Id='ProgramMenuDir' />
374381

util/installer/Installer64.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@
199199
</Component>
200200
</Directory>
201201

202+
<Directory Id='plugins_d3d12' Name='d3d12'>
203+
<Component Id='d2d12_plugin' Win64="yes" Guid='383E6D55-F140-44E3-91B5-E98EEAAB28A7'>
204+
<File Id='dxcompiler' Name='dxcompiler.dll' DiskId='1' Source='dist/Release64/plugins/d3d12/dxcompiler.dll' KeyPath='yes' />
205+
</Component>
206+
</Directory>
207+
202208
<Directory Id='plugins_spirv' Name='spirv'>
203209
<Component Id='spirv_plugin' Win64="yes" Guid='15566608-0D77-42D2-9B6C-D43698C4C46D'>
204210
<File Id='spirvcross' Name='spirv-cross.exe' DiskId='1' Source='dist/Release64/plugins/spirv/spirv-cross.exe' KeyPath='yes' />
@@ -428,6 +434,7 @@
428434
<ComponentRef Id='gpa_plugin' />
429435
<ComponentRef Id='android_plugin' />
430436
<ComponentRef Id='spirv_plugin' />
437+
<ComponentRef Id='d3d12_plugin' />
431438

432439
<ComponentRef Id='renderdocX86Bins' />
433440

0 commit comments

Comments
 (0)