From 4e44f1fcb23fadbc832476f8226bc642590fd8e7 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 17 Oct 2008 22:10:33 -0500 Subject: Use FMOD_LIBRARY variable. It's there for a reason. --- ChangeLog.txt | 3 +++ linden/indra/newview/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1bafbd6..21414d2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,8 @@ 2008-10-17 Jacek Antonelli + * linden/indra/newview/CMakeLists.txt: + Use FMOD_LIBRARY variable. It's there for a reason. + * linden/indra/newview/viewer_manifest.py: Commented out fmod from viewer manifest. Commented out kdu from viewer manifest. diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index ae0feb6..7a5ff32 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt @@ -979,7 +979,7 @@ if (WINDOWS) comdlg32 ${DINPUT_LIBRARY} ${DXGUID_LIBRARY} - fmodvc + ${FMOD_LIBRARY} gdi32 kernel32 odbc32 -- cgit v1.1