2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

response file bugfixes

[SVN r17490]
This commit is contained in:
Dave Abrahams
2003-02-17 17:42:49 +00:00
parent 38ca2de3b2
commit cc77be5098

View File

@@ -233,7 +233,7 @@ type.register CPP : cpp cxx ;
declare-type NT : RSP : rsp ;
if [ os.name ] = NT # must be conditional; we'll error on other OSes
{
generators.register-composing builtin.response-file : RSP : OBJ STATIC_LIB IMPORT_LIB ;
generators.register-composing builtin.response-file : OBJ STATIC_LIB IMPORT_LIB : RSP ;
}
@@ -242,7 +242,7 @@ flags builtin.response-file LIBRARIES <library> ;
# response-file generation is broken up into two phases, the first of
# which overwrites any existing file and the second of which appends
# to the file, piecemeal, so that no command-line is too long.
rule response-file ( target : sources * )
rule response-file ( target : sources * : properties * )
{
sources += [ on $(target) return $(LIBRARIES) ] ;