From 1a45266cb544d73a7d7e46d6129ead1faf71fa85 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 30 Oct 2018 16:13:33 -0400 Subject: cmGlobalGenerator: Add a class that represent the build command This refactors a std::vector into a class so that we can extend the features to represent things such as multiple chained commands in the future. --- Source/cmGlobalBorlandMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx') diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index 56714b1501..c2eb583a93 100644 --- a/Source/cmGlobalBorlandMakefileGenerator.cxx +++ b/Source/cmGlobalBorlandMakefileGenerator.cxx @@ -54,7 +54,7 @@ void cmGlobalBorlandMakefileGenerator::GetDocumentation( } void cmGlobalBorlandMakefileGenerator::GenerateBuildCommand( - std::vector& makeCommand, const std::string& makeProgram, + GeneratedMakeCommand& makeCommand, const std::string& makeProgram, const std::string& projectName, const std::string& projectDir, const std::string& targetName, const std::string& config, bool fast, int /*jobs*/, bool verbose, std::vector const& makeOptions) -- cgit v1.2.1