aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-19 10:54:12 -0700
committerMcCabe Maxsted2010-08-26 11:22:52 -0700
commitfee791f808c6adcb114302f39aacce4d5834edf5 (patch)
tree8328ae00e6af4163f68adfaf12e0947e91b84135 /linden/indra/newview/CMakeLists.txt
parentDisable ParticleChat by default, as it's a privacy concern. (diff)
downloadmeta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.zip
meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.gz
meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.bz2
meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.xz
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r--linden/indra/newview/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index e0a35cb..a7b78f1 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -909,8 +909,6 @@ set(viewer_HEADER_FILES
909 pipeline.h 909 pipeline.h
910 primbackup.h 910 primbackup.h
911 randgauss.h 911 randgauss.h
912 VertexCache.h
913 VorbisFramework.h
914 rlvdefines.h 912 rlvdefines.h
915 rlvevent.h 913 rlvevent.h
916 rlvhandler.h 914 rlvhandler.h
@@ -918,6 +916,8 @@ set(viewer_HEADER_FILES
918 rlvmultistringsearch.h 916 rlvmultistringsearch.h
919 rlvextensions.h 917 rlvextensions.h
920 rlvfloaterbehaviour.h 918 rlvfloaterbehaviour.h
919 VertexCache.h
920 VorbisFramework.h
921 viewertime.h 921 viewertime.h
922 viewerversion.h 922 viewerversion.h
923 ) 923 )