clar / gyp

Automatically exported from code.google.com/p/gyp
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Inputs to actions can be misinterpreted as sources on msvs #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you have a .c file as an input to an action, the msvs generator will also 
link it into the target.

Original issue reported on code.google.com by bradnel...@google.com on 9 Jul 2009 at 12:04

GoogleCodeExporter commented 8 years ago
This is a visual studio limitation.  A project defines one input list that's 
used for all 
actions and rules and sources.  Usually this doesn't show up because suffix 
differences 
separate the files appropriately.  An error message for this case is probably a 
saner 
solution than trying to create some contorted solution to work around Visual 
Studio.

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

GoogleCodeExporter commented 8 years ago

Original comment by sgk@chromium.org on 18 Aug 2009 at 8:06