diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBorlandMakefileGenerator.cxx b/Source/cmBorlandMakefileGenerator.cxx index c3a8ac9..abb33b5 100644 --- a/Source/cmBorlandMakefileGenerator.cxx +++ b/Source/cmBorlandMakefileGenerator.cxx @@ -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 "; |