suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Add an option to generate an input/ouput filelist file for actions/rules with large numbers of files #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should add an option to generate an input/output list of files in a file 
as a side effect of gyp generation. This would allow gyp to cope with 
rules/actions that have so many inputs that they overload xcode/msvs/shell.

Original issue reported on code.google.com by bradnelson@google.com on 10 Feb 2010 at 6:14

GoogleCodeExporter commented 9 years ago
We've added the <|() syntax to support this.

Original comment by bradnelson@google.com on 26 Feb 2010 at 9:02