Skip to content

Support other arguments with rsp file #31

@boolking

Description

@boolking

Gyp's ninja generator will generate command lines like:
$cc /nologo /showIncludes /FC @$out.rsp /c a.cpp /Foa.obj /Fda.pdb

  1. Cclash can only be used with one rsp file and without any other arguments;
  2. The rsp file is not longer than 2147;
  3. /nologo and /showIncludes is not supported by cclash.

I suggest cclash creating its own new rsp file to store all the arguments to fix these issues.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions