suriab / gyp

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

A 'rule' which outputs a .lib on windows tries to link in that lib #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even if 'process_outputs_as_sources' is 0, an output lib seems to get treated 
as an input to the lib 
line, this is bad. Caused a problem with tcmalloc's libcmt magic.

Original issue reported on code.google.com by bradnel...@google.com on 5 Jun 2009 at 10:38

GoogleCodeExporter commented 9 years ago
This isn't a problem.  It was probably due to trying to process libcmt.lib as 
an input 
action to a library.  The actual solution (create a separate 'none' target for 
libcmt) 
works and is much cleaner.

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