BUG: need a larger default page size
This commit is contained in:
parent
bc1742dd60
commit
ddc6117574
@ -312,7 +312,7 @@ void cmBorlandMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout,
|
|||||||
target = cmSystemTools::EscapeSpaces(target.c_str());
|
target = cmSystemTools::EscapeSpaces(target.c_str());
|
||||||
std::string depend = "$(";
|
std::string depend = "$(";
|
||||||
depend += std::string(name) + "_SRC_OBJS)";
|
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 += target;
|
||||||
command += " ";
|
command += " ";
|
||||||
std::string deleteCommand = "if exist ";
|
std::string deleteCommand = "if exist ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user