I figured out how to build with gyp now. Would still be nice to know how to link libv8_libplatform.lib and libv8_libbase.lib with the gn approach.
Thanks. On Sunday, October 2, 2016 at 3:12:02 PM UTC-7, Jane Chen wrote: > > I specified "is_component_build=true" on 5.3-lkgr. I do get libv8.so, but > I don't get libv8_libplatform.a or libv8_libbase.a. This is not a problem > for me on Linux, since I could still build with gyp. But on Windows, I > only seem to be able to build using gn now, and I need a way to generate > the .lib files out of the .obj files under v8_base etc. Any suggestions? > > On Thursday, September 22, 2016 at 1:04:48 AM UTC-7, Jochen Eisinger wrote: >> >> >> >> On Thu, Sep 22, 2016 at 1:22 AM Jane Chen <[email protected]> wrote: >> >>> Trying to build v8 5.3-lkgr with gn for embedding use. >>> >>> When I build with GYP, I need to set >>> "-Dv8_use_external_startup_data=0". Is there an equivalent setting flag >>> for gn? >>> >> >> the equivalent gn setting is v8_use_external_startup_data = false >> >> >>> Also if I build with gn and I need to link with libv8_libplatform.a, >>> libv8_libbase.a etc, is there a flag to generate those static libs? >>> >>> >> those should be generated automatically when compiling v8 >> >> >>> Thanks! >>> >>> -- >>> -- >>> v8-users mailing list >>> [email protected] >>> http://groups.google.com/group/v8-users >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "v8-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
