summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index e542786..caa552c 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -8,7 +8,6 @@
#include "cmAddLibraryCommand.cxx"
#include "cmAddTargetCommand.cxx"
#include "cmAuxSourceDirectoryCommand.cxx"
-#include "cmFindIncludeCommand.cxx"
#include "cmFindLibraryCommand.cxx"
#include "cmFindProgramCommand.cxx"
#include "cmIncludeDirectoryCommand.cxx"
@@ -17,14 +16,8 @@
#include "cmTargetLinkLibrariesCommand.cxx"
#include "cmProjectCommand.cxx"
#include "cmSourceFilesCommand.cxx"
-#include "cmSourceFilesRequireCommand.cxx"
#include "cmSubdirCommand.cxx"
#include "cmTestsCommand.cxx"
-#include "cmUnixDefinesCommand.cxx"
-#include "cmUnixLibrariesCommand.cxx"
-#include "cmWin32DefinesCommand.cxx"
-#include "cmWin32LibrariesCommand.cxx"
-#include "cmWin32IncludeDirectoryCommand.cxx"
#include "cmConfigureFile.cxx"
#include "cmConfigureFileNoAutoconf.cxx"
#include "cmCableCommand.cxx"
@@ -62,7 +55,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmAddLibraryCommand);
commands.push_back(new cmAddTargetCommand);
commands.push_back(new cmAuxSourceDirectoryCommand);
- commands.push_back(new cmFindIncludeCommand);
commands.push_back(new cmFindLibraryCommand);
commands.push_back(new cmFindProgramCommand);
commands.push_back(new cmIncludeDirectoryCommand);
@@ -71,14 +63,8 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmTargetLinkLibrariesCommand);
commands.push_back(new cmProjectCommand);
commands.push_back(new cmSourceFilesCommand);
- commands.push_back(new cmSourceFilesRequireCommand);
commands.push_back(new cmSubdirCommand);
commands.push_back(new cmTestsCommand);
- commands.push_back(new cmUnixDefinesCommand);
- commands.push_back(new cmUnixLibrariesCommand);
- commands.push_back(new cmWin32DefinesCommand);
- commands.push_back(new cmWin32LibrariesCommand);
- commands.push_back(new cmWin32IncludeDirectoryCommand);
commands.push_back(new cmConfigureFile);
commands.push_back(new cmConfigureFileNoAutoconf);
commands.push_back(new cmCableDefineSetCommand);