diff options
| -rwxr-xr-x | indra/llcommon/CMakeLists.txt | 6 | ||||
| -rwxr-xr-x | indra/llcommon/indra_constants.cpp | 2 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index e138a54d29..e2e2cb436d 100755 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -34,7 +34,7 @@ set(llcommon_SOURCE_FILES      llassettype.cpp      llbase32.cpp      llbase64.cpp -	llbitpack.cpp +    llbitpack.cpp      llcommon.cpp      llcommonutils.cpp      llcoros.cpp @@ -205,7 +205,7 @@ set(llcommon_HEADER_FILES      llthreadsafequeue.h      lltimer.h      lltrace.h -	lltraceaccumulators.h +    lltraceaccumulators.h      lltracerecording.h      lltracethreadrecorder.h      lltreeiterators.h @@ -213,7 +213,7 @@ set(llcommon_HEADER_FILES      llunittype.h      lluri.h      lluuid.h -	llwin32headers.h +    llwin32headers.h      llwin32headerslean.h      llworkerthread.h      stdtypes.h diff --git a/indra/llcommon/indra_constants.cpp b/indra/llcommon/indra_constants.cpp index b61dca3243..f3989ee1d0 100755 --- a/indra/llcommon/indra_constants.cpp +++ b/indra/llcommon/indra_constants.cpp @@ -66,4 +66,4 @@ const LLUUID TERRAIN_GRASS_DETAIL		("63338ede-0037-c4fd-855b-015d77112fc8"); //  const LLUUID TERRAIN_MOUNTAIN_DETAIL	("303cd381-8560-7579-23f1-f0a880799740"); // VIEWER  const LLUUID TERRAIN_ROCK_DETAIL		("53a2f406-4895-1d13-d541-d2e3b86bc19c"); // VIEWER -const LLUUID DEFAULT_WATER_NORMAL		("822ded49-9a6c-f61c-cb89-6df54f42cdf4"); // VIEWER
\ No newline at end of file +const LLUUID DEFAULT_WATER_NORMAL		("822ded49-9a6c-f61c-cb89-6df54f42cdf4"); // VIEWER | 
