diff options
Diffstat (limited to 'linden/indra/cmake/CopyWinLibs.cmake')
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index b74ce4f..d4ddb23 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake | |||
@@ -153,7 +153,8 @@ endif (EXISTS ${internal_llkdu_path}) | |||
153 | if (MSVC80) | 153 | if (MSVC80) |
154 | FIND_PATH(debug_msvc8_redist_path msvcr80d.dll | 154 | FIND_PATH(debug_msvc8_redist_path msvcr80d.dll |
155 | PATHS | 155 | PATHS |
156 | [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT | 156 | [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT |
157 | NO_DEFAULT_PATH | ||
157 | ) | 158 | ) |
158 | 159 | ||
159 | if(EXISTS ${debug_msvc8_redist_path}) | 160 | if(EXISTS ${debug_msvc8_redist_path}) |
@@ -174,7 +175,8 @@ if (MSVC80) | |||
174 | 175 | ||
175 | FIND_PATH(release_msvc8_redist_path msvcr80.dll | 176 | FIND_PATH(release_msvc8_redist_path msvcr80.dll |
176 | PATHS | 177 | PATHS |
177 | [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/x86/Microsoft.VC80.CRT | 178 | [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/x86/Microsoft.VC80.CRT |
179 | NO_DEFAULT_PATH | ||
178 | ) | 180 | ) |
179 | 181 | ||
180 | if(EXISTS ${release_msvc8_redist_path}) | 182 | if(EXISTS ${release_msvc8_redist_path}) |