diff options
author | Paul Duncan <pabs@pablotron.org> | 2019-01-16 17:22:42 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2019-01-16 17:22:42 -0500 |
commit | 0fd2a97e6f169468b3a48f996ba35cd70210baa0 (patch) | |
tree | a1df62f9225cd35ba6b947ce82031ad60b0a1fef /src/msi | |
parent | e09c3840d46767c4c5d1e62303e80a5845696afc (diff) | |
download | sok-0fd2a97e6f169468b3a48f996ba35cd70210baa0.tar.bz2 sok-0fd2a97e6f169468b3a48f996ba35cd70210baa0.zip |
add src/sdl/sounds.[hc], assets/wavs, and set default sounds
Diffstat (limited to 'src/msi')
-rw-r--r-- | src/msi/sok.wxs | 11 |
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> |