ENH: add ability to have manifest files and incremental linking with make and nmake

This commit is contained in:
Bill Hoffman
2008-01-01 15:13:41 -05:00
parent 24d6ecd81c
commit b479c6a8a9
8 changed files with 336 additions and 98 deletions
+10
View File
@@ -209,6 +209,16 @@ public:
int* retVal = 0, const char* dir = 0,
bool verbose = true,
double timeout = 0.0);
/**
* In this version of RunSingleCommand, command[0] should be
* the command to run, and each argument to the command should
* be in comand[1]...command[command.size()]
*/
static bool RunSingleCommand(std::vector<cmStdString> const& command,
std::string* output = 0,
int* retVal = 0, const char* dir = 0,
bool verbose = true,
double timeout = 0.0);
/**
* Parse arguments out of a single string command