aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorclick <none@none>2010-11-10 05:22:27 +0100
committerclick <none@none>2010-11-10 05:22:27 +0100
commit03e4ecfbfd57367ea015fdef9fc978fbeafff84e (patch)
tree4b85863bca47cff3285e8d7f496288aea695155d /src/server/scripts
parent5674f81e51a7b72971361ee5058e095d428874ea (diff)
Core: Partial revert of rcb3188281e, rc85b35f076, r97f9a0fa3e due to missing loader implementation.
(files disabled but kept in repo, and will be fully reinstated once everything is sorted out) Note: SQL-update-data is NOT supplied for 're-converting' to old help-system - this is after all considered a workrepo untill we tag a commit as stable! --HG-- branch : trunk
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt
index 42f10bc6645..db62d24761e 100644
--- a/src/server/scripts/CMakeLists.txt
+++ b/src/server/scripts/CMakeLists.txt
@@ -25,7 +25,8 @@ endif()
message(STATUS "SCRIPT PREPARATIONS")
include(Spells/CMakeLists.txt)
-include(Commands/CMakeLists.txt)
+# temporarily disabled
+# include(Commands/CMakeLists.txt)
include(Examples/CMakeLists.txt)