aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-10 21:43:11 -0700
committerMcCabe Maxsted2009-09-10 21:43:11 -0700
commitf332eaa4a69a4546e0b9b2ba3719e3c038731fd3 (patch)
tree69a2c79196b7a7cffa49b861329e65b2c5ba7ddf /linden/indra/newview/CMakeLists.txt
parentAdmin options now only show for other people's profiles (diff)
downloadmeta-impy-f332eaa4a69a4546e0b9b2ba3719e3c038731fd3.zip
meta-impy-f332eaa4a69a4546e0b9b2ba3719e3c038731fd3.tar.gz
meta-impy-f332eaa4a69a4546e0b9b2ba3719e3c038731fd3.tar.bz2
meta-impy-f332eaa4a69a4546e0b9b2ba3719e3c038731fd3.tar.xz
Created new toolbar control for windlight presets and options
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r--linden/indra/newview/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index ad044a9..2f2bdd1 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -422,6 +422,7 @@ set(viewer_SOURCE_FILES
422 llwearablelist.cpp 422 llwearablelist.cpp
423 llweb.cpp 423 llweb.cpp
424 llwebbrowserctrl.cpp 424 llwebbrowserctrl.cpp
425 llwindlightremotectrl.cpp
425 llwind.cpp 426 llwind.cpp
426 llwlanimator.cpp 427 llwlanimator.cpp
427 llwldaycycle.cpp 428 llwldaycycle.cpp
@@ -824,6 +825,7 @@ set(viewer_HEADER_FILES
824 llwebbrowserctrl.h 825 llwebbrowserctrl.h
825 llwind.h 826 llwind.h
826 llwindebug.h 827 llwindebug.h
828 llwindlightremotectrl.h
827 llwlanimator.h 829 llwlanimator.h
828 llwldaycycle.h 830 llwldaycycle.h
829 llwlparammanager.h 831 llwlparammanager.h
@@ -1200,6 +1202,9 @@ set(viewer_XUI_FILES
1200 skins/default/xui/en-us/panel_voice_options.xml 1202 skins/default/xui/en-us/panel_voice_options.xml
1201 skins/default/xui/en-us/panel_voice_remote_expanded.xml 1203 skins/default/xui/en-us/panel_voice_remote_expanded.xml
1202 skins/default/xui/en-us/panel_voice_remote.xml 1204 skins/default/xui/en-us/panel_voice_remote.xml
1205 skins/default/xui/en-us/panel_windlight_controls.xml
1206 skins/default/xui/en-us/panel_windlight_remote.xml
1207 skins/default/xui/en-us/panel_windlight_remote_expanded.xml
1203 skins/default/xui/en-us/role_actions.xml 1208 skins/default/xui/en-us/role_actions.xml
1204 skins/default/xui/en-us/strings.xml 1209 skins/default/xui/en-us/strings.xml
1205 skins/default/xui/en-us/teleport_strings.xml 1210 skins/default/xui/en-us/teleport_strings.xml