Add JOM support and clean up some of the tar -E stuff

This commit is contained in:
Bill Hoffman
2009-11-05 15:00:15 -05:00
parent a01badcc7a
commit dd09d88065
6 changed files with 147 additions and 18 deletions
+2 -4
View File
@@ -354,13 +354,11 @@ public:
/** Create tar */
static bool ListTar(const char* outFileName,
std::vector<cmStdString>& files,
bool gzip, bool verbose);
static bool CreateTar(const char* outFileName,
const std::vector<cmStdString>& files, bool gzip,
bool verbose);
static bool ExtractTar(const char* inFileName,
const std::vector<cmStdString>& files, bool gzip,
bool bzip2, bool verbose);
static bool ExtractTar(const char* inFileName, bool gzip,
bool verbose);
// This should be called first thing in main
// it will keep child processes from inheriting the