BUG: need a larger default page size

This commit is contained in:
Bill Hoffman 2002-01-08 17:18:51 -05:00
parent bc1742dd60
commit ddc6117574
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ void cmBorlandMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout,
target = cmSystemTools::EscapeSpaces(target.c_str());
std::string depend = "$(";
depend += std::string(name) + "_SRC_OBJS)";
std::string command = "tlib @&&|\n\t /p256 /a ";
std::string command = "tlib @&&|\n\t /p512 /a ";
command += target;
command += " ";
std::string deleteCommand = "if exist ";