suriab / gyp

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

support for .o files as source? #157

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The chromium build process uses yasm to handle some input, and then directly 
invokes ar to build a .a out of the .o-s.  It might make sense to figure out 
how to directly support the .o files as input to a library (or maybe even a way 
to use rules for the asm into the .o and directly into the library).

Original issue reported on code.google.com by thomasvl@chromium.org on 22 Jun 2010 at 9:19

GoogleCodeExporter commented 9 years ago
I know at least on Linux we allow .o files in the sources list.

Original comment by evan@chromium.org on 26 May 2011 at 10:15

GoogleCodeExporter commented 9 years ago
We’ve supported this in the Xcode generator since r833, almost a year ago.

Original comment by mark@chromium.org on 26 May 2011 at 10:29