ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET on VS 6 generator.

This commit is contained in:
Brad King
2006-02-08 12:01:21 -05:00
parent 7a3ed4644b
commit c6741363de
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ private:
const char* flags);
void AddUtilityCommandHack(cmTarget& target, int count,
std::vector<std::string>& depends,
const cmCustomCommandLines& commandLines);
const cmCustomCommand& origCommand);
void WriteGroup(const cmSourceGroup *sg, cmTarget target,
std::ostream &fout, const char *libName);
std::string CreateTargetRules(cmTarget &target,