diff options
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 25bedfc..9a9be8c 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -75,7 +75,7 @@ public: /** * Generate a manifest of target files that will be built. */ - virtual void GenerateTargetManifest(cmTargetManifest&); + virtual void GenerateTargetManifest(); ///! Get the makefile for this generator cmMakefile *GetMakefile() { @@ -174,13 +174,6 @@ public: bool /*color*/) { return true; } - /** Compute the list of link libraries and directories for the given - target and configuration. */ - void ComputeLinkInformation(cmTarget& target, const char* config, - std::vector<cmStdString>& outLibs, - std::vector<cmStdString>& outDirs, - std::vector<cmStdString>* fullPathLibs=0); - /** Get the include flags for the current makefile and language. */ void GetIncludeDirectories(std::vector<std::string>& dirs, bool filter_system_dirs = true); |