diff options
author | unknown | 2009-01-08 11:26:09 -0700 |
---|---|---|
committer | unknown | 2009-01-08 11:26:09 -0700 |
commit | 2e7174082077c5b7312a6a4c35024a8cb41ca6dc (patch) | |
tree | 4f8e922aba3db569fe2cd50168f8c593fe8799e5 /linden/indra/cmake/CopyWinLibs.cmake | |
parent | Streaming music/video now works on Windows. (diff) | |
download | meta-impy-2e7174082077c5b7312a6a4c35024a8cb41ca6dc.zip meta-impy-2e7174082077c5b7312a6a4c35024a8cb41ca6dc.tar.gz meta-impy-2e7174082077c5b7312a6a4c35024a8cb41ca6dc.tar.bz2 meta-impy-2e7174082077c5b7312a6a4c35024a8cb41ca6dc.tar.xz |
Added openal32.dll to CopyWinLibs.cmake.
Diffstat (limited to 'linden/indra/cmake/CopyWinLibs.cmake')
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index 3234bfa..0534ce6 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake | |||
@@ -37,6 +37,7 @@ set(debug_files | |||
37 | xul.dll | 37 | xul.dll |
38 | openjpegd.dll | 38 | openjpegd.dll |
39 | windbgdlg.exe | 39 | windbgdlg.exe |
40 | openal32.dll | ||
40 | ) | 41 | ) |
41 | 42 | ||
42 | copy_if_different( | 43 | copy_if_different( |
@@ -71,6 +72,7 @@ set(release_files | |||
71 | xpcom.dll | 72 | xpcom.dll |
72 | xul.dll | 73 | xul.dll |
73 | openjpeg.dll | 74 | openjpeg.dll |
75 | openal32.dll | ||
74 | ) | 76 | ) |
75 | 77 | ||
76 | copy_if_different( | 78 | copy_if_different( |