removed deprecated commands
This commit is contained in:
parent
d55c3a29ad
commit
34a60cdcc9
|
@ -8,7 +8,6 @@
|
||||||
#include "cmAddLibraryCommand.cxx"
|
#include "cmAddLibraryCommand.cxx"
|
||||||
#include "cmAddTargetCommand.cxx"
|
#include "cmAddTargetCommand.cxx"
|
||||||
#include "cmAuxSourceDirectoryCommand.cxx"
|
#include "cmAuxSourceDirectoryCommand.cxx"
|
||||||
#include "cmFindIncludeCommand.cxx"
|
|
||||||
#include "cmFindLibraryCommand.cxx"
|
#include "cmFindLibraryCommand.cxx"
|
||||||
#include "cmFindProgramCommand.cxx"
|
#include "cmFindProgramCommand.cxx"
|
||||||
#include "cmIncludeDirectoryCommand.cxx"
|
#include "cmIncludeDirectoryCommand.cxx"
|
||||||
|
@ -17,14 +16,8 @@
|
||||||
#include "cmTargetLinkLibrariesCommand.cxx"
|
#include "cmTargetLinkLibrariesCommand.cxx"
|
||||||
#include "cmProjectCommand.cxx"
|
#include "cmProjectCommand.cxx"
|
||||||
#include "cmSourceFilesCommand.cxx"
|
#include "cmSourceFilesCommand.cxx"
|
||||||
#include "cmSourceFilesRequireCommand.cxx"
|
|
||||||
#include "cmSubdirCommand.cxx"
|
#include "cmSubdirCommand.cxx"
|
||||||
#include "cmTestsCommand.cxx"
|
#include "cmTestsCommand.cxx"
|
||||||
#include "cmUnixDefinesCommand.cxx"
|
|
||||||
#include "cmUnixLibrariesCommand.cxx"
|
|
||||||
#include "cmWin32DefinesCommand.cxx"
|
|
||||||
#include "cmWin32LibrariesCommand.cxx"
|
|
||||||
#include "cmWin32IncludeDirectoryCommand.cxx"
|
|
||||||
#include "cmConfigureFile.cxx"
|
#include "cmConfigureFile.cxx"
|
||||||
#include "cmConfigureFileNoAutoconf.cxx"
|
#include "cmConfigureFileNoAutoconf.cxx"
|
||||||
#include "cmCableCommand.cxx"
|
#include "cmCableCommand.cxx"
|
||||||
|
@ -62,7 +55,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
|
||||||
commands.push_back(new cmAddLibraryCommand);
|
commands.push_back(new cmAddLibraryCommand);
|
||||||
commands.push_back(new cmAddTargetCommand);
|
commands.push_back(new cmAddTargetCommand);
|
||||||
commands.push_back(new cmAuxSourceDirectoryCommand);
|
commands.push_back(new cmAuxSourceDirectoryCommand);
|
||||||
commands.push_back(new cmFindIncludeCommand);
|
|
||||||
commands.push_back(new cmFindLibraryCommand);
|
commands.push_back(new cmFindLibraryCommand);
|
||||||
commands.push_back(new cmFindProgramCommand);
|
commands.push_back(new cmFindProgramCommand);
|
||||||
commands.push_back(new cmIncludeDirectoryCommand);
|
commands.push_back(new cmIncludeDirectoryCommand);
|
||||||
|
@ -71,14 +63,8 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
|
||||||
commands.push_back(new cmTargetLinkLibrariesCommand);
|
commands.push_back(new cmTargetLinkLibrariesCommand);
|
||||||
commands.push_back(new cmProjectCommand);
|
commands.push_back(new cmProjectCommand);
|
||||||
commands.push_back(new cmSourceFilesCommand);
|
commands.push_back(new cmSourceFilesCommand);
|
||||||
commands.push_back(new cmSourceFilesRequireCommand);
|
|
||||||
commands.push_back(new cmSubdirCommand);
|
commands.push_back(new cmSubdirCommand);
|
||||||
commands.push_back(new cmTestsCommand);
|
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 cmConfigureFile);
|
||||||
commands.push_back(new cmConfigureFileNoAutoconf);
|
commands.push_back(new cmConfigureFileNoAutoconf);
|
||||||
commands.push_back(new cmCableDefineSetCommand);
|
commands.push_back(new cmCableDefineSetCommand);
|
||||||
|
|
Loading…
Reference in New Issue