humanai / gyp

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

.IDL files are assumed to be MIDL files, even if used as an input to an action. #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IDL files which are inputs to actions end up getting treated as MIDL files by 
the IDE.
This doesn't happen if a rule define something else for .idl
This is just for actions.

Original issue reported on code.google.com by bradnel...@google.com on 16 Jun 2009 at 8:39

GoogleCodeExporter commented 9 years ago
Fixed slightly differently:  instead, .idl files are excluded from the inputs.  
The 
limitation is you can't do further processing of the .idl file within the same 
target.

Original comment by sgk@chromium.org on 6 Aug 2009 at 6:23