Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Apr 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant