Browse Source

Problem: Long command line problem using msvc toolset on BoostBuild V2

Description: If the number of characters exceeds 2047, the cl command fails.
             Plattform: MSYS shell, VC++ 7.1

Resolution: Using of the response file facility

* tools/msvc.jam
  Change *compile* generators to produce RSP target too.
  Change compile actions to use RSP file
  And compile rules to call common.response-file
* tools/common.jam
  (response-file): Write defines and includes.

Thanks to Johannes Brunen for the patch.


[SVN r26275]
Vladimir Prus 21 years ago
parent
commit
d59ce89130
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 094b2aa6566fa8d4dda8f2ea0992e385ec0a246a
+Subproject commit 39fb2277a2050372496cc60edf09720ee3edde4d

粤ICP备19079148号