Lines Matching refs:rspfile
117 rspfile = "{{output}}.rsp"
119 command = "$env_setup $lib /nologo /ignore:4221 {{arflags}} /OUT:{{output}} @$rspfile"
137 rspfile = "${dllname}.rsp"
139 command = "$env_setup $link /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:$pdbname @$rspfile"
166 rspfile = "$exename.rsp"
168 command = "$env_setup $link /nologo /OUT:$exename /PDB:$pdbname @$rspfile"
251 rspfile = "{{output}}.rsp"
254 command = "python $ar_py $ar {{output}} $rspfile"
271 rspfile = "{{output}}.rsp"
287 …command = "$cc_wrapper $cxx -shared {{ldflags}} $_start_group @$rspfile {{solibs}} $_end_group {{l…
297 rspfile = "{{output}}.rsp"
312 …command = "$cc_wrapper $cxx {{ldflags}} $_start_group @$rspfile {{solibs}} $_end_group {{libs}} -o…