ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2

This commit is contained in:
Andy Cedilnik
2005-12-01 11:41:00 -05:00
parent e95224b2e7
commit 782bef7374
10 changed files with 42 additions and 48 deletions

View File

@@ -54,7 +54,7 @@ public:
* loaded commands, not as part of the usual build process.
*/
virtual std::string GenerateBuildCommand(const char* makeProgram,
const char *projectName, const char *targetName, const char* config,
const char *projectName, const char* additionalOptions, const char *targetName, const char* config,
bool ignoreErrors);
/**