From 2e7174082077c5b7312a6a4c35024a8cb41ca6dc Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Jan 2009 11:26:09 -0700 Subject: Added openal32.dll to CopyWinLibs.cmake. --- linden/indra/cmake/CopyWinLibs.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden') 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 xul.dll openjpegd.dll windbgdlg.exe + openal32.dll ) copy_if_different( @@ -71,6 +72,7 @@ set(release_files xpcom.dll xul.dll openjpeg.dll + openal32.dll ) copy_if_different( -- cgit v1.1