wangyu5 / gyp

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

static library dependencies shouldn't propagate across executables #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if an executable has a dependency on a static library, those 
dependencies are propagated to other libraries that depend on the executable.
Executables and none targets should be a hard stop for most dependencies.

Original issue reported on code.google.com by bradnelson@google.com on 15 Apr 2011 at 1:39