ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command

This commit is contained in:
Bill Hoffman
2001-09-04 16:07:54 -04:00
parent ecff0d36ac
commit cc5c1fa6f7
10 changed files with 75 additions and 37 deletions
+2
View File
@@ -67,6 +67,8 @@ public:
void Merge(const CommandFiles &r);
std::string m_Command;
std::string m_Arguments;
std::set<std::string> m_Outputs;
std::set<std::string> m_Depends;
};