From aab9b2f7a714cf42ff67f58eccadb159761dcb61 Mon Sep 17 00:00:00 2001
From: McCabe Maxsted
Date: Sun, 7 Jun 2009 23:49:49 -0700
Subject: Fixed CopyWinLibs.CMake errors (removed Vivox)
---
linden/indra/cmake/CopyWinLibs.cmake | 62 ------------------------------------
linden/install.xml | 7 ----
2 files changed, 69 deletions(-)
(limited to 'linden')
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake
index 0c16d9f..4485111 100644
--- a/linden/indra/cmake/CopyWinLibs.cmake
+++ b/linden/indra/cmake/CopyWinLibs.cmake
@@ -172,15 +172,6 @@ copy_if_different(
)
set(all_targets ${all_targets} ${out_targets})
-set(vivox_src_dir "${CMAKE_SOURCE_DIR}/newview/vivox-runtime/i686-win32")
-set(vivox_files
- SLVoice.exe
- alut.dll
- vivoxsdk.dll
- ortp.dll
- wrap_oal.dll
- )
-
set(debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug")
set(debug_files
alut.dll
@@ -256,14 +247,6 @@ copy_if_different(
)
set(all_targets ${all_targets} ${out_targets})
-copy_if_different(
- ${vivox_src_dir}
- "${CMAKE_CURRENT_BINARY_DIR}/Debug"
- out_targets
- ${vivox_files}
- )
-set(all_targets ${all_targets} ${out_targets})
-
set(release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release")
set(release_files
alut.dll
@@ -339,14 +322,6 @@ copy_if_different(
set(all_targets ${all_targets} ${out_targets})
copy_if_different(
- ${vivox_src_dir}
- "${CMAKE_CURRENT_BINARY_DIR}/Release"
- out_targets
- ${vivox_files}
- )
-set(all_targets ${all_targets} ${out_targets})
-
-copy_if_different(
${release_src_dir}
"${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo"
out_targets
@@ -354,43 +329,6 @@ copy_if_different(
)
set(all_targets ${all_targets} ${out_targets})
-copy_if_different(
- ${vivox_src_dir}
- "${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo"
- out_targets
- ${vivox_files}
- )
-set(all_targets ${all_targets} ${out_targets})
-
-
-# Copy MS C runtime dlls, required for packaging.
-# *TODO - Adapt this to support VC9
-if (MSVC80)
- FIND_PATH(debug_msvc8_redist_path msvcr80d.dll
- PATHS
- [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT
- )
-
- if(EXISTS ${debug_msvc8_redist_path})
- set(debug_msvc8_files
- msvcr80d.dll
- msvcp80d.dll
- Microsoft.VC80.DebugCRT.manifest
- )
-
- copy_if_different(
- ${debug_msvc8_redist_path}
- "${CMAKE_CURRENT_BINARY_DIR}/Debug"
- out_targets
- ${debug_msvc8_files}
- )
- set(all_targets ${all_targets} ${out_targets})
- endif (EXISTS ${debug_msvc8_redist_path})
-
- FIND_PATH(release_msvc8_redist_path msvcr80.dll
- PATHS
- [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/x86/Microsoft.VC80.CRT
- )
# Copy MS C runtime dlls, required for packaging.
# *TODO - Adapt this to support VC9
diff --git a/linden/install.xml b/linden/install.xml
index 2263405..f5e8974 100644
--- a/linden/install.xml
+++ b/linden/install.xml
@@ -1390,13 +1390,6 @@ anguage Infrstructure (CLI) international standard
url
http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-2.1.3010.6151-linux-20090218.tar.bz2
- windows
-
xmlrpc-epi
--
cgit v1.1