ENH: Add method to create tar

This commit is contained in:
Andy Cedilnik
2005-12-28 16:30:55 -05:00
parent ba63b6f15e
commit fdc844ecdb
2 changed files with 58 additions and 0 deletions
+2
View File
@@ -297,6 +297,8 @@ public:
of the form var=value */
static bool PutEnv(const char* value);
/** Create tar */
static bool CreateTar(const char* outFileName, const std::vector<cmStdString>& files);
private:
static bool s_ForceUnixPaths;
static bool s_RunCommandHideConsole;