Index: borland.jam =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/tools/borland.jam,v retrieving revision 1.24 diff -u -p -r1.24 borland.jam --- borland.jam 5 Nov 2006 07:13:39 -0000 1.24 +++ borland.jam 30 Jan 2007 10:10:34 -0000 @@ -152,13 +152,16 @@ flags borland.link LIBRARY_OPTION ; + # Declare action for archives. We don't use response file # since it's hard to get "+-" there. +# The /P256 increases 'page' size -- with too low +# values tlib fails when building large applications. # CONSIDER: don't know what 'together' is for... actions updated together piecemeal archive { $(.set-path)$(.root:W)$(.old-path) - tlib $(AROPTIONS) /u /a /C "$(<:W)" +-"$(>:W)" + tlib $(AROPTIONS) /P256 /u /a /C "$(<:W)" +-"$(>:W)" }