aboutsummaryrefslogtreecommitdiff
path: root/src/msi
diff options
context:
space:
mode:
Diffstat (limited to 'src/msi')
-rw-r--r--src/msi/sok.wxs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/msi/sok.wxs b/src/msi/sok.wxs
index b02bd50..7099390 100644
--- a/src/msi/sok.wxs
+++ b/src/msi/sok.wxs
@@ -186,6 +186,16 @@ adc88948-391e-48cf-8067-b002dcba4411
/>
</Component>
+ <Component Id='cmp-sdl2-mixer-dll' Guid='*'>
+ <File
+ Id='file-sdl2-mixer-dll'
+ Name='SDL2_mixer.dll'
+ DiskId='1'
+ Source='$(var.SDL_LIB_DIR)/SDL2_mixer.dll'
+ KeyPath='yes'
+ />
+ </Component>
+
<Component Id='cmp-sdl2-dll' Guid='*'>
<File
Id='file-sdl2-dll'
@@ -217,6 +227,7 @@ adc88948-391e-48cf-8067-b002dcba4411
<ComponentRef Id='cmp-text-exe'/>
<ComponentRef Id='cmp-libfreetype-dll'/>
<ComponentRef Id='cmp-sdl2-ttf-dll'/>
+ <ComponentRef Id='cmp-sdl2-mixer-dll'/>
<ComponentRef Id='cmp-sdl2-dll'/>
<ComponentRef Id='cmp-zlib1-dll'/>
</Feature>