diff options
author | Jacek Antonelli | 2008-10-17 22:10:33 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-17 22:23:49 -0500 |
commit | 4e44f1fcb23fadbc832476f8226bc642590fd8e7 (patch) | |
tree | 74b7ad34ed7bdfae46e4aad5de110df11f671981 /linden/indra/newview | |
parent | Commented out vivox / SLVoice from viewer manifest. (diff) | |
download | meta-impy-4e44f1fcb23fadbc832476f8226bc642590fd8e7.zip meta-impy-4e44f1fcb23fadbc832476f8226bc642590fd8e7.tar.gz meta-impy-4e44f1fcb23fadbc832476f8226bc642590fd8e7.tar.bz2 meta-impy-4e44f1fcb23fadbc832476f8226bc642590fd8e7.tar.xz |
Use FMOD_LIBRARY variable. It's there for a reason.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
979 | comdlg32 | 979 | comdlg32 |
980 | ${DINPUT_LIBRARY} | 980 | ${DINPUT_LIBRARY} |
981 | ${DXGUID_LIBRARY} | 981 | ${DXGUID_LIBRARY} |
982 | fmodvc | 982 | ${FMOD_LIBRARY} |
983 | gdi32 | 983 | gdi32 |
984 | kernel32 | 984 | kernel32 |
985 | odbc32 | 985 | odbc32 |