Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)

This commit is contained in:
Charlie Fenton 2012-11-15 07:55:06 -08:00 committed by Oliver Bock
parent 17ea7a1a63
commit c0341d3921
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ int main()
// replace with the path/file wildcard of your choice
std::string home = std::string("C:/Documents and Settings/All Users/Documents");
std::string result_dir = home + std::string("/testresult");
// CreateDirectoryA(result_dir.c_str(), NULL);
CreateDirectoryA(result_dir.c_str(), NULL);
std::string zipfile = result_dir + std::string("/test.zip");
std::string source_dir = home + std::string("/Testfiles");