aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/CopyWinLibs.cmake
diff options
context:
space:
mode:
authorunknown2009-01-08 11:26:09 -0700
committerunknown2009-01-08 11:26:09 -0700
commit2e7174082077c5b7312a6a4c35024a8cb41ca6dc (patch)
tree4f8e922aba3db569fe2cd50168f8c593fe8799e5 /linden/indra/cmake/CopyWinLibs.cmake
parentStreaming music/video now works on Windows. (diff)
downloadmeta-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.cmake2
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
42copy_if_different( 43copy_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
76copy_if_different( 78copy_if_different(