aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/CopyWinLibs.cmake
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 3adba60..11f70b9 100644
--- a/linden/indra/cmake/CopyWinLibs.cmake
+++ b/linden/indra/cmake/CopyWinLibs.cmake
@@ -173,6 +173,7 @@ if (MSVC80)
173 PATHS 173 PATHS
174 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT 174 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT
175 NO_DEFAULT_PATH 175 NO_DEFAULT_PATH
176 NO_DEFAULT_PATH
176 ) 177 )
177 178
178 if(EXISTS ${debug_msvc8_redist_path}) 179 if(EXISTS ${debug_msvc8_redist_path})
@@ -195,6 +196,7 @@ if (MSVC80)
195 PATHS 196 PATHS
196 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/x86/Microsoft.VC80.CRT 197 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/x86/Microsoft.VC80.CRT
197 NO_DEFAULT_PATH 198 NO_DEFAULT_PATH
199 NO_DEFAULT_PATH
198 ) 200 )
199 201
200 if(EXISTS ${release_msvc8_redist_path}) 202 if(EXISTS ${release_msvc8_redist_path})