summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index c450da3..3df9685 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -14,18 +14,7 @@
#include "cmBuildNameCommand.cxx"
#include "cmBuildSharedLibrariesCommand.cxx"
#include "cmCableClassSetCommand.cxx"
-#include "cmCableCloseNamespaceCommand.cxx"
-#include "cmCableCommand.cxx"
-#include "cmCableData.cxx"
-#include "cmCableDefineSetCommand.cxx"
-#include "cmCableInstantiateClassCommand.cxx"
-#include "cmCableInstantiateCommand.cxx"
-#include "cmCableOpenNamespaceCommand.cxx"
-#include "cmCablePackageCommand.cxx"
-#include "cmCablePackageEntryCommand.cxx"
-#include "cmCableSourceFilesCommand.cxx"
#include "cmCableWrapTclCommand.cxx"
-#include "cmCableWrapCommand.cxx"
#include "cmConfigureFileCommand.cxx"
#include "cmElseCommand.cxx"
#include "cmEnableTestingCommand.cxx"
@@ -75,15 +64,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmBuildNameCommand);
commands.push_back(new cmBuildSharedLibrariesCommand);
commands.push_back(new cmCableClassSetCommand);
- commands.push_back(new cmCableCloseNamespaceCommand);
- commands.push_back(new cmCableDefineSetCommand);
- commands.push_back(new cmCableInstantiateCommand);
- commands.push_back(new cmCableInstantiateClassCommand);
- commands.push_back(new cmCableOpenNamespaceCommand);
- commands.push_back(new cmCablePackageCommand);
- commands.push_back(new cmCableSourceFilesCommand);
commands.push_back(new cmCableWrapTclCommand);
- commands.push_back(new cmCableWrapCommand);
commands.push_back(new cmConfigureFileCommand);
commands.push_back(new cmElseCommand);
commands.push_back(new cmEnableTestingCommand);