diff options
author | McCabe Maxsted | 2009-11-15 18:35:28 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-11-15 18:35:28 -0700 |
commit | 0c1c3a6d2122b764ede592efa6c10b0cb7c0ddba (patch) | |
tree | fd0891c51855da5753425ef5f7d85ecc33ba012d | |
parent | Updated missing menu entry comments in llviewermenu.cpp (diff) | |
download | meta-impy-0c1c3a6d2122b764ede592efa6c10b0cb7c0ddba.zip meta-impy-0c1c3a6d2122b764ede592efa6c10b0cb7c0ddba.tar.gz meta-impy-0c1c3a6d2122b764ede592efa6c10b0cb7c0ddba.tar.bz2 meta-impy-0c1c3a6d2122b764ede592efa6c10b0cb7c0ddba.tar.xz |
Fixed CMake setting errors
-rw-r--r-- | ChangeLog.txt | 8 | ||||
-rw-r--r-- | linden/indra/cmake/00-Common.cmake | 2 | ||||
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 6cb44f4..6d373e7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -2,6 +2,14 @@ | |||
2 | =- 1.3.0 -= | 2 | =- 1.3.0 -= |
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
4 | 4 | ||
5 | 2009-11-15 McCabe Maxsted <hakushakukun@gmail.com> | ||
6 | |||
7 | * Fixed CMake setting errors. | ||
8 | |||
9 | modified: linden/indra/cmake/00-Common.cmake | ||
10 | modified: linden/indra/cmake/CopyWinLibs.cmake | ||
11 | |||
12 | |||
5 | 2009-11-14 McCabe Maxsted <hakushakukun@gmail.com> | 13 | 2009-11-14 McCabe Maxsted <hakushakukun@gmail.com> |
6 | 14 | ||
7 | * Moved blog and forums menu option alerts to new notifications system. | 15 | * Moved blog and forums menu option alerts to new notifications system. |
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake index afcecfc..325426e 100644 --- a/linden/indra/cmake/00-Common.cmake +++ b/linden/indra/cmake/00-Common.cmake | |||
@@ -33,7 +33,7 @@ if (WINDOWS) | |||
33 | CACHE STRING "C++ compiler release-with-debug options" FORCE) | 33 | CACHE STRING "C++ compiler release-with-debug options" FORCE) |
34 | if (MSVC80) | 34 | if (MSVC80) |
35 | set(CMAKE_CXX_FLAGS_RELEASE | 35 | set(CMAKE_CXX_FLAGS_RELEASE |
36 | "${CMAKE_CXX_FLAGS_RELEASE} /O2 /Ob2 /Oi /Ot /GT /Zi /MT" | 36 | "${CMAKE_CXX_FLAGS_RELEASE} /O2 /Ob2 /Oi /Ot /GT /Zi /MD" |
37 | CACHE STRING "C++ compiler release options" FORCE) | 37 | CACHE STRING "C++ compiler release options" FORCE) |
38 | else (MSVC80) | 38 | else (MSVC80) |
39 | set(CMAKE_CXX_FLAGS_RELEASE | 39 | set(CMAKE_CXX_FLAGS_RELEASE |
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}) |