diff options
| author | click <none@none> | 2010-11-10 05:22:27 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-11-10 05:22:27 +0100 |
| commit | 03e4ecfbfd57367ea015fdef9fc978fbeafff84e (patch) | |
| tree | 4b85863bca47cff3285e8d7f496288aea695155d /src/server/scripts | |
| parent | 5674f81e51a7b72971361ee5058e095d428874ea (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.txt | 3 |
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) |
