ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.

This commit is contained in:
Brad King
2006-08-17 14:48:54 -04:00
parent b642ffa7a8
commit 8a72d43c17
12 changed files with 571 additions and 102 deletions

View File

@@ -38,7 +38,8 @@ public:
std::ostream& os, const char* dest, int type,
const char* file, bool optional = false,
const char* properties = 0,
const char* permissions = 0,
const char* permissions_file = 0,
const char* permissions_dir = 0,
std::vector<std::string> const& configurations
= std::vector<std::string>(),
const char* component = 0,