What steps will reproduce the problem?
1. Create a target with a long list of include directories (for example, a
dependency on WebKit).
2. Add resource files (*.rc) to the target.
3. Build using ninja on Windows.
What is the expected output? What do you see instead?
Resource files should compile successfully. Instead, while attempting to
compile resource files the RC tool fails with the following error:
The command line is too long.
What version of the product are you using? On what operating system?
Windows 7 64-bit. Gyp revision 1602.
Please provide any additional information below.
The MSVS generator works around this problem by providing a
'resource_include_dirs' setting that overrides the 'include_dirs' setting when
compiling resource files.
Original issue reported on code.google.com by marshall@chromium.org on 9 Apr 2013 at 7:11
Original issue reported on code.google.com by
marshall@chromium.org
on 9 Apr 2013 at 7:11