diff options
author | Jacek Antonelli | 2009-09-10 02:38:36 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-10 02:38:36 -0500 |
commit | b3c39a47e76f595fd953d9ccffc58b0dfb8359db (patch) | |
tree | a4bfdb28caf5f42c7ff1878b359aa3fa6a79bc2c /linden/indra/newview/CMakeLists.txt | |
parent | Fixed line endings on hippo and grid manager files. (diff) | |
download | meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.zip meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.tar.gz meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.tar.bz2 meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.tar.xz |
Updated Grid Manager from Meerkat's SVN (as of r215).
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index cd725d2..0a4ee82 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -61,11 +61,6 @@ include_directories( | |||
61 | ) | 61 | ) |
62 | 62 | ||
63 | set(viewer_SOURCE_FILES | 63 | set(viewer_SOURCE_FILES |
64 | authentication_controller.cpp | ||
65 | authentication_floater.cpp | ||
66 | authentication_model.cpp | ||
67 | controllerlogin.cpp | ||
68 | controllerpasswords.cpp | ||
69 | floaterlogin.cpp | 64 | floaterlogin.cpp |
70 | hippoGridManager.cpp | 65 | hippoGridManager.cpp |
71 | hippoLimits.cpp | 66 | hippoLimits.cpp |
@@ -442,7 +437,6 @@ set(viewer_SOURCE_FILES | |||
442 | llxmlrpctransaction.cpp | 437 | llxmlrpctransaction.cpp |
443 | noise.cpp | 438 | noise.cpp |
444 | pipeline.cpp | 439 | pipeline.cpp |
445 | prefpanelpasswords.cpp | ||
446 | primbackup.cpp | 440 | primbackup.cpp |
447 | rlvhandler.cpp | 441 | rlvhandler.cpp |
448 | rlvhelper.cpp | 442 | rlvhelper.cpp |
@@ -471,11 +465,6 @@ endif (LINUX) | |||
471 | set(viewer_HEADER_FILES | 465 | set(viewer_HEADER_FILES |
472 | CMakeLists.txt | 466 | CMakeLists.txt |
473 | ViewerInstall.cmake | 467 | ViewerInstall.cmake |
474 | authentication_controller.h | ||
475 | authentication_floater.h | ||
476 | authentication_model.h | ||
477 | controllerlogin.h | ||
478 | controllerpasswords.h | ||
479 | floaterlogin.h | 468 | floaterlogin.h |
480 | hippoGridManager.h | 469 | hippoGridManager.h |
481 | hippoLimits.h | 470 | hippoLimits.h |
@@ -859,7 +848,6 @@ set(viewer_HEADER_FILES | |||
859 | macmain.h | 848 | macmain.h |
860 | noise.h | 849 | noise.h |
861 | pipeline.h | 850 | pipeline.h |
862 | prefpanelpasswords.h | ||
863 | primbackup.h | 851 | primbackup.h |
864 | randgauss.h | 852 | randgauss.h |
865 | VertexCache.h | 853 | VertexCache.h |