Просмотр исходного кода

Refactor the way response files are handled. There are now created by the
rules which create corresponding EXE/LIB targets.

The drawback with the previous approach, where there was a separate generator
for RSP file, was that the list of consumable target types is different,
depending on main target which uses RSP, and it's hard to express this
information.

* tools/builtin.jam
(response-file): Move to...

* tools/common.jam: Here.

* tools/msvc.jam
* tools/borland.jam
Split 'link' rule into 'link' and 'link.dll'. Call 'response-file'
from rules.

* tools/stage.jam
Fix a bug which cause RSP file to be staged incorrectly.


[SVN r20650]

Vladimir Prus 22 лет назад
Родитель
Сommit
134add0788
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 5d76c845974c4d59f2a1419ae11ecbaa23562c34
+Subproject commit 47cca752f58033c512a325de879081b13c64ce07

粤ICP备19079148号